PressurePipeEndFittingId Property |
Note: This API is now obsolete.
Gets the end fitting id of the Pipe. If no connected fitting, return ObjectId::Null.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use EndPartId instead.", false)]
public ObjectId EndFittingId { get; }
<ObsoleteAttribute("Use EndPartId instead.", false)>
Public ReadOnly Property EndFittingId As ObjectId
Get
public:
[ObsoleteAttribute(L"Use EndPartId instead.", false)]
property ObjectId EndFittingId {
ObjectId get ();
}
Property Value
ObjectId
Remarks
OBJECTID TYPE: Autodesk.Civil.PressurePipes.DatabaseServices.Fitting
See Also