Gets or sets whether the major contour's label is visible.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsMajorContourLabelVisible { get; set; }
VB
Public Property IsMajorContourLabelVisible As Boolean Get Set
C++
public: property bool IsMajorContourLabelVisible { bool get (); void set (bool value); }