Gets or sets the curve tessellation distance used for 3D chain visualization.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double ChainTessellationDistance3D { get; set; }
VB
Public Property ChainTessellationDistance3D As Double Get Set
C++
public: property double ChainTessellationDistance3D { double get (); void set (double value); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when input value is < 0 or >= 1E+024 |