PFSSectionInsertNewSection Method |
Insert a new section with specified name into this section object
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public PFSSection InsertNewSection(
string sectName,
int position
)
Public Function InsertNewSection (
sectName As String,
position As Integer
) As PFSSection
public:
PFSSection^ InsertNewSection(
String^ sectName,
int position
)
member InsertNewSection :
sectName : string *
position : int -> PFSSection
Parameters
- sectName
- Type: SystemString
Name of new section - position
- Type: SystemInt32
Position of new section, 1-based index
Return Value
Type:
PFSSectionThe newly created section
See Also