Share

PressurePipe.EndPartId Property

Gets the end part id of the Pipe. If no connected part, return ObjectId::Null.



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

Syntax

C#

public ObjectId EndPartId { get; }

VB

Public ReadOnly Property EndPartId As ObjectId
	Get

C++

public:
property ObjectId EndPartId {
	ObjectId get ();
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?