PFSTargetListInsertNewSection Method |
insert a new section with specified name into this TargetList object
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSSection InsertNewSection(
string sectName,
int numNo1
)
Public Function InsertNewSection (
sectName As String,
numNo1 As Integer
) As PFSSection
public:
PFSSection^ InsertNewSection(
String^ sectName,
int numNo1
)
member InsertNewSection :
sectName : string *
numNo1 : int -> PFSSection
Parameters
- sectName
- Type: SystemString
- numNo1
- Type: SystemInt32
Number of new section, 1-based index
Return Value
Type:
PFSSection
See Also