Gets the ObjectId of the "_All Points" PointGroup.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId AllPointsPointGroupId { get; }
VB
Public ReadOnly Property AllPointsPointGroupId As ObjectId Get
C++
public: property ObjectId AllPointsPointGroupId { ObjectId get (); }