ViewFrameGroupDefaultViewFrameLabelAnchorPosition Property |
Gets or sets the default relative anchor position of ViewFrame labels.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ViewFrameLabelLocationType DefaultViewFrameLabelAnchorPosition { get; set; }
Public Property DefaultViewFrameLabelAnchorPosition As ViewFrameLabelLocationType
Get
Set
public:
property ViewFrameLabelLocationType DefaultViewFrameLabelAnchorPosition {
ViewFrameLabelLocationType get ();
void set (ViewFrameLabelLocationType value);
}
Property Value
ViewFrameLabelLocationType
Remarks
When setting, if the AnchorPosition of a ViewFrame label is not equal to the original DefaultLabelAnchorPosition,
the AnchorPosition of the label will not be updated to the newValue.
See Also