CurveGroupIndex Property

Gets the AlignmentSpiral entity curve group index string.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public string CurveGroupIndex { get; set; }

Visual Basic

Public Property CurveGroupIndex As String
	Get
	Set

Visual C++

public:
property String^ CurveGroupIndex {
	String^ get ();
	void set (String^ value);
}

See Also