Click or drag to resize

PFSTarget Class

A PFSTarget is the upper most section level of a PFS file.

A PFSTarget differs from a PFSSection in that it can not have any keywords.

Inheritance Hierarchy
SystemObject
  DHI.PFSPFSTarget

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class PFSTarget

The PFSTarget type exposes the following members.

Constructors
  NameDescription
Public methodPFSTarget
Initialize a new PFSTarget with the given pfs(Target) pointer.
Top
Properties
  NameDescription
Public propertyItemInt32
Get index nodeIndex sub-section of this PFSSection.

Short of GetSection(Int32) as

GetSection(nodeIndex+1)

Public propertyItemString
Get the first section with name NodeName

Short of GetSection(String, Int32) as

GetSection(nodeName, 1)

Public propertyItemString, Int32
Get the index nodeIndex section with name NodeName

Short of GetSection(String, Int32) as

GetSection(nodeName, nodeIndex+1)

Public propertyName
The the name of this target.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindSection
Find the first section with the given name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSection(Int32)
Get the number NodeNo section.
Public methodGetSection(String, Int32)
Get the number NodeNo section with the name NodeName.
Public methodGetSection(String, Int32, Boolean)
Get the number NodeNo section with the name NodeName.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also