Share

PointStyle.LabelDisplayStylePlan Property

Note: This API is now obsolete.

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



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

Syntax

C#

[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.PointStyle.GetLabelDisplayStylePlan instead.", 
	false)]
public DisplayStyle LabelDisplayStylePlan { get; }

VB

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.PointStyle.GetLabelDisplayStylePlan instead.", 
	false)>
Public ReadOnly Property LabelDisplayStylePlan As DisplayStyle
	Get

C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.PointStyle.GetLabelDisplayStylePlan instead.", 
	false)]
property DisplayStyle^ LabelDisplayStylePlan {
	DisplayStyle^ get ();
}

Property Value

DisplayStyle

See Also

Reference

Was this information helpful?