Share

PressurePipeNetwork.FittingPlanLabelStyleName Property

Gets or sets the fitting plan label style name.



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

Syntax

C#

public string FittingPlanLabelStyleName { get; set; }

VB

Public Property FittingPlanLabelStyleName As String
	Get
	Set

C++

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

Property Value

String

Exceptions

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

See Also

Reference

Was this information helpful?