FittingProfileLabelStyleId Property

Specifies the default styleId for fitting labels that are displayed in profile view.

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

Syntax

C#

public PropertyObjectId FittingProfileLabelStyleId { get; }

Visual Basic

Public ReadOnly Property FittingProfileLabelStyleId As PropertyObjectId
	Get

Visual C++

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

See Also