AppurtenanceProfileLabelStyle Property

Specifies the default style for appurtenance labels that are displayed in profile view.

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

Syntax

C#

public PropertyString AppurtenanceProfileLabelStyle { get; }

Visual Basic

Public ReadOnly Property AppurtenanceProfileLabelStyle As PropertyString
	Get

Visual C++

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

See Also