Gets the DisplayStyle property that specifies the PointStyle label Model display styles such as color, linetype, plotstyle, etc.

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

Syntax

C#
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.PointStyle.GetLabelDisplayStyleModel instead.", 
	false)]
public DisplayStyle LabelDisplayStyleModel { get; }
Visual Basic
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.PointStyle.GetLabelDisplayStyleModel instead.",  _
	False)> _
Public ReadOnly Property LabelDisplayStyleModel As DisplayStyle
	Get
Visual C++
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.PointStyle.GetLabelDisplayStyleModel instead.", 
	false)]
property DisplayStyle^ LabelDisplayStyleModel {
	DisplayStyle^ get ();
}

See Also