ContourValue Property

Gets or sets the major and minor contour display value (linetype, lineweight, and color) for the contour defined by the MinimumElevation and MaximumElevation values.

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

Syntax

C#

public ContourValues ContourValue { get; set; }

Visual Basic

Public Property ContourValue As ContourValues
	Get
	Set

Visual C++

public:
property ContourValues^ ContourValue {
	ContourValues^ get ();
	void set (ContourValues^ value);
}

See Also