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.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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); } |