ProfileStyleChainTessellationDistance3D Property |
Gets or sets the curve tessellation distance used for 3D chain visualization.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double ChainTessellationDistance3D { get; set; }
Public Property ChainTessellationDistance3D As Double
Get
Set
public:
property double ChainTessellationDistance3D {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when input value is < 0 or >= 1E+024
|
See Also