PointGroupCollectionAllPointsPointGroupId Property |
Gets the ObjectId of the "_All Points" PointGroup.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId AllPointsPointGroupId { get; }
Public ReadOnly Property AllPointsPointGroupId As ObjectId
Get
public:
property ObjectId AllPointsPointGroupId {
ObjectId get ();
}
Property Value
ObjectId
Remarks
The "_All Points" PointGroup can't be removed.
See Also