FittingPlanLabelStyle Property

Specifies the default style for fitting labels that are displayed in plan view.

Namespace: Autodesk.Civil.Settings
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyString FittingPlanLabelStyle { get; }

Visual Basic

Public ReadOnly Property FittingPlanLabelStyle As PropertyString
	Get

Visual C++

public:
property PropertyString^ FittingPlanLabelStyle {
	PropertyString^ get ();
}

See Also