Gets whether to tesselate curve segments if they are included as an input option.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public PropertyBoolean TessellateCurve { get; }
VB
Public ReadOnly Property TessellateCurve As PropertyBoolean Get
C++
public: property PropertyBoolean^ TessellateCurve { PropertyBoolean^ get (); }