Initialize a new PFSSection with the given pfsNode pointer.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public PFSSection(
IntPtr sect
)
Public Sub New (
sect As IntPtr
)
public:
PFSSection(
IntPtr sect
)
new :
sect : IntPtr -> PFSSection
Parameters
- sect
- Type: SystemIntPtr
See Also