LabelStyleId Property

Gets or sets the label style of the ViewFrame label.

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

Syntax

C#

public ObjectId LabelStyleId { get; set; }

Visual Basic

Public Property LabelStyleId As ObjectId
	Get
	Set

Visual C++

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

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the newValue is invalid.
System.InvalidOperationException Thrown when the ViewFrame does not contain a ViewFrame label.

See Also