Share

PressurePipeNetwork.AppurtenancePlanLayerName Property

Gets or sets the appurtenance plan layer name.



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

Syntax

C#

public string AppurtenancePlanLayerName { get; set; }

VB

Public Property AppurtenancePlanLayerName As String
	Get
	Set

C++

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

Property Value

String

See Also

Reference

Was this information helpful?