ContoursDefinition Property

Gets the definition of contours associated with the surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public SurfaceDefinitionContours ContoursDefinition { get; }

Visual Basic

Public ReadOnly Property ContoursDefinition As SurfaceDefinitionContours
	Get

Visual C++

public:
property SurfaceDefinitionContours^ ContoursDefinition {
	SurfaceDefinitionContours^ get ();
}

See Also