Infinity Property

Gets or sets the abbreviation string for "Infinity" that is applied to alignment spiral radius property values where infinity is returned as the value.

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

Syntax

C#

public string Infinity { get; set; }

Visual Basic

Public Property Infinity As String
	Get
	Set

Visual C++

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

See Also