Gets the definition of contours associated with the surface.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceDefinitionContours ContoursDefinition { get; }
VB
Public ReadOnly Property ContoursDefinition As SurfaceDefinitionContours Get
C++
public: property SurfaceDefinitionContours^ ContoursDefinition { SurfaceDefinitionContours^ get (); }