Gets the default name formats for new point groups.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.5.768.0

Syntax

C#
public PropertyString PointGroup { get; }
Visual Basic
Public ReadOnly Property PointGroup As PropertyString
	Get
Visual C++
public:
property PropertyString^ PointGroup {
	PropertyString^ get ();
}

See Also