Share

PolylineOptions.PlineId Property

Specifies the objectId of the polyline.



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

Syntax

C#

public ObjectId PlineId { get; set; }

VB

Public Property PlineId As ObjectId
	Get
	Set

C++

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

Property Value

ObjectId

Remarks

OBJECTID TYPE: Autodesk.AutoCAD.DatabaseServices.Polyline, Polyline2d or Polyline3d.

See Also

Reference

Was this information helpful?