API Documentation > Interface Classes > Class pfcDatumPointFeat
Class pfcDatumPointFeat

# include <pfcDatumPointFeat.h>

class
pfcDatumPointFeat
: public virtual
pfcFeature
{
xaideclare(pfcDatumPointFeat)
...
};


Description
This specifies a General Datum Point feature.
Direct Known Subclasses:
User Guide References:
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class pfcModelItem::
Methods Inherited from Class pfcFeature::
Method Summary
This specifies the name of the general datum point feature.
Returns the constituent general datum point(s) in the feature.
Method Detail
GetFeatName
()
This specifies the name of the general datum point feature.
User Guide References:
Returns the constituent general datum point(s) in the feature.
User Guide References:
Returns:
The general datum points array.
Was this helpful?