MajorContourLabelStyleId Property

Gets or sets the ObjectId of style for major contour's label.

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

Syntax

C#

public ObjectId MajorContourLabelStyleId { get; set; }

Visual Basic

Public Property MajorContourLabelStyleId As ObjectId
	Get
	Set

Visual C++

public:
property ObjectId MajorContourLabelStyleId {
	ObjectId get ();
	void set (ObjectId value);
}

See Also