Share

PressurePipeNetwork.PipeSectionLayerName Property

Gets or sets the pipe section layer name.



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

Syntax

C#

public string PipeSectionLayerName { get; set; }

VB

Public Property PipeSectionLayerName As String
	Get
	Set

C++

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

Property Value

String

See Also

Reference

Was this information helpful?