Gets or sets the default label style of ViewFrame label.

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

Syntax

C#
public ObjectId DefaultViewFrameLabelStyleId { get; set; }
Visual Basic
Public Property DefaultViewFrameLabelStyleId As ObjectId
	Get
	Set
Visual C++
public:
property ObjectId DefaultViewFrameLabelStyleId {
	ObjectId get ();
	void set (ObjectId value);
}

Remarks

When setting, if the label style of a ViewFrame label is not equal to original DefaultLabelStyleId, the label style of this label will not be updated to newValue.

See Also