ViewFrameGroupDefaultViewFrameLabelStyleId Property

Gets or sets the default label style of ViewFrame label.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId DefaultViewFrameLabelStyleId { get; set; }

Property Value

ObjectId
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