PipeSectionLayerId Property

Gets or sets the pipe section layer id.

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

Syntax

C#

public ObjectId PipeSectionLayerId { get; set; }

Visual Basic

Public Property PipeSectionLayerId As ObjectId
	Get
	Set

Visual C++

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

Remarks

ObjectId type: Autodesk.AutoCAD.DatabaseServices.LayerTableRecord

See Also