PfsHelperPfsGetKeywordNum Method |
Return the number of keywords connected to the pfsNode passed as argument
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static int PfsGetKeywordNum(
IntPtr pfsSect
)
Public Shared Function PfsGetKeywordNum (
pfsSect As IntPtr
) As Integer
public:
static int PfsGetKeywordNum(
IntPtr pfsSect
)
static member PfsGetKeywordNum :
pfsSect : IntPtr -> int
Parameters
- pfsSect
- Type: SystemIntPtr
A pfsNode pointer
Return Value
Type:
Int32
Remarks
pfsHandle Hand = pfsLoadFile("somefile.pfv",FALSE);
pfsNode Targ = pfsTargetByNum(Hand,1);
LONG sNum = pfsGetNoKeywords(Targ);
See Also