Gets or sets the ObjectId of style for major contour's label.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public ObjectId MajorContourLabelStyleId { get; set; }
VB
Public Property MajorContourLabelStyleId As ObjectId Get Set
C++
public: property ObjectId MajorContourLabelStyleId { ObjectId get (); void set (ObjectId value); }