Share

SurfaceContourLabelGroup.IsMinorContourLabelVisible Property

Gets or sets the value indicates whether the minor contour's label is visible.



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

Syntax

C#

public bool IsMinorContourLabelVisible { get; set; }

VB

Public Property IsMinorContourLabelVisible As Boolean
	Get
	Set

C++

public:
property bool IsMinorContourLabelVisible {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?