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.7.0.1190
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
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
Thrown when input value is < 0 or >= 1E+024
|
See Also