Share

PointGroupCollection.AllPointsPointGroupId Property

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 ();
}

Property Value

ObjectId

Remarks

The "_All Points" PointGroup can't be removed.

See Also

Reference

Was this information helpful?