PipeSectionLabelStyleId Property

Gets or sets the pressure pipe section label style id.

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

Syntax

C#

[ObsoleteAttribute("Is not used", false)]
public ObjectId PipeSectionLabelStyleId { get; set; }

Visual Basic

<ObsoleteAttribute("Is not used", False)> _
Public Property PipeSectionLabelStyleId As ObjectId
	Get
	Set

Visual C++

public:
[ObsoleteAttribute(L"Is not used", false)]
property ObjectId PipeSectionLabelStyleId {
	ObjectId get ();
	void set (ObjectId value);
}

Remarks

ObjectId type: Autodesk.Civil.DatabaseServices.Styles.LabelStyle

Exceptions

ExceptionCondition
System.ArgumentException Thrown when setting the property with an ObjectId for an object that isn't type Autodesk.Civil.DatabaseServices.Styles.LabelStyle.

See Also