PFSBuilderAddKeyword Method |
Add a keyword to a section, ie the start of a list of parameter list.
This function is used to define the start of a list of parameters.
It has no end-counterpart, and the keyword scope is automaticalle "ended"
by any other keyword or section related method.
Restrictions: This function must be called within the scope of a section.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void AddKeyword(
string keyName
)
Public Sub AddKeyword (
keyName As String
)
public:
virtual void AddKeyword(
String^ keyName
) sealed
abstract AddKeyword :
keyName : string -> unit
override AddKeyword :
keyName : string -> unit
Parameters
- keyName
- Type: SystemString
Name of keyword to add.
Implements
IPFSBuilderAddKeyword(String)
See Also