Share

PressurePipeNetwork.AppurtenanceProfileLayerId Property

Gets or sets the appurtenance profile layer id.



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

Syntax

C#

public ObjectId AppurtenanceProfileLayerId { get; set; }

VB

Public Property AppurtenanceProfileLayerId As ObjectId
	Get
	Set

C++

public:
property ObjectId AppurtenanceProfileLayerId {
	ObjectId get ();
	void set (ObjectId value);
}

Property Value

ObjectId

Remarks

ObjectId type: Autodesk.AutoCAD.DatabaseServices.LayerTableRecord

See Also

Reference

Was this information helpful?