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.8.0.280
Syntax
C#
public string Infinity { get; set; }
VB
Public Property Infinity As String Get Set
C++
public: property String^ Infinity { String^ get (); void set (String^ value); }