Click or drag to resize
PFSSectionInsertNewKeyword Method
Insert a new keyword with specified name into this section object

To Insert a keyword delete the first keyword with some name, use

PFSKeyword keyw = section.InsertNewKeyword("keywordName", 1)

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public PFSKeyword InsertNewKeyword(
	string keywName,
	int position
)

Parameters

keywName
Type: SystemString
Name of new keyword
position
Type: SystemInt32
Position of new keyword within section, 1-based index

Return Value

Type: PFSKeyword
See Also