PFSSectionGetKeyword Method (String, Int32) |
Get the n'th keyword instance with the specified name.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public PFSKeyword GetKeyword(
string keywordName,
int keywordNo
)
Public Function GetKeyword (
keywordName As String,
keywordNo As Integer
) As PFSKeyword
public:
PFSKeyword^ GetKeyword(
String^ keywordName,
int keywordNo
)
member GetKeyword :
keywordName : string *
keywordNo : int -> PFSKeyword
Parameters
- keywordName
- Type: SystemString
Name of keyword - keywordNo
- Type: SystemInt32
Number of keyword with that name to get. 1-based
Return Value
Type:
PFSKeywordSee Also