PointStyleLabelDisplayStyleModel Property |
Note: This API is now obsolete.
Gets the DisplayStyle property that specifies the PointStyle label Model display styles such as color, linetype, plotstyle, etc.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.PointStyle.GetLabelDisplayStyleModel instead.",
false)]
public DisplayStyle LabelDisplayStyleModel { get; }
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.PointStyle.GetLabelDisplayStyleModel instead.",
false)>
Public ReadOnly Property LabelDisplayStyleModel As DisplayStyle
Get
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.PointStyle.GetLabelDisplayStyleModel instead.",
false)]
property DisplayStyle^ LabelDisplayStyleModel {
DisplayStyle^ get ();
}
Property Value
DisplayStyle
See Also