Share

PressurePipeNetwork.PipePlanLayerId Property

Gets or sets the pipe plan layer id.



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

Syntax

C#

public ObjectId PipePlanLayerId { get; set; }

VB

Public Property PipePlanLayerId As ObjectId
	Get
	Set

C++

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

Property Value

ObjectId

Remarks

ObjectId type: Autodesk.AutoCAD.DatabaseServices.LayerTableRecord

See Also

Reference

Was this information helpful?