API Documentation > Classes > Class pfcDatumPointFeat
Class pfcDatumPointFeat
Description
This specifies a General Datum Point feature.
Direct Parent Classes:
User Guide References:
Property Summary
/* readonly */ string
This specifies the name of the general datum point feature.
Method Summary
/* readonly */ /* optional */ pfcGeneralDatumPoints
Returns the constituent general datum point(s) in the feature.
Property Detail
/* readonly */ string
FeatName
This specifies the name of the general datum point feature.
Method Detail
/* readonly */ /* optional */ pfcGeneralDatumPoints
GetPoints
()
Returns the constituent general datum point(s) in the feature.
Returns:
The general datum points array.
Was this helpful?