PFSSectionGetKeyword Method (Int32) |
Get the keyword at the specified position.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSKeyword GetKeyword(
int keywordNo
)
Public Function GetKeyword (
keywordNo As Integer
) As PFSKeyword
public:
PFSKeyword^ GetKeyword(
int keywordNo
)
member GetKeyword :
keywordNo : int -> PFSKeyword
Parameters
- keywordNo
- Type: SystemInt32
Number of keyword to get. 1-based
Return Value
Type:
PFSKeyword
See Also