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