FittingPlanLabelStyleId Property

Specifies the default styleId 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 PropertyObjectId FittingPlanLabelStyleId { get; }

Visual Basic

Public ReadOnly Property FittingPlanLabelStyleId As PropertyObjectId
	Get

Visual C++

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

See Also