PointGroupAllPointsGroupName Property

Gets the name of the "_All Points" point group.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public static string AllPointsGroupName { get; }

Property Value

String
Remarks
"_All Points" is the name in en-us. It varies in different language versions of Civil 3D.
Example
1string allPointsName = PointGroup.AllPointsGroupName;
2write("_All Points group name: " + allPointsName + "\n");
See Also