PressurePipePlanLabelStyle Property

Specifies the default style for pressure pipe labels that are displayed in a plan view.

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

Syntax

C#

public PropertyString PressurePipePlanLabelStyle { get; }

Visual Basic

Public ReadOnly Property PressurePipePlanLabelStyle As PropertyString
	Get

Visual C++

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

See Also