PipeSectionLabelStyleName Property

Gets or sets the pressure pipe section label style name.

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

Syntax

C#

public string PipeSectionLabelStyleName { get; set; }

Visual Basic

Public Property PipeSectionLabelStyleName As String
	Get
	Set

Visual C++

public:
property String^ PipeSectionLabelStyleName {
	String^ get ();
	void set (String^ value);
}

Exceptions

ExceptionCondition
System.ArgumentException Thrown when setting the property with an object name for a LabelStyle that doesn't exist.

See Also