PressurePipePlanLabelStyleId Property

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

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

Syntax

C#

public PropertyObjectId PressurePipePlanLabelStyleId { get; }

Visual Basic

Public ReadOnly Property PressurePipePlanLabelStyleId As PropertyObjectId
	Get

Visual C++

public:
property PropertyObjectId^ PressurePipePlanLabelStyleId {
	PropertyObjectId^ get ();
}

See Also