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.7.0.1190
Syntax[ObsoleteAttribute("Use EndPartId instead.", false)]
public ObjectId EndFittingId { get; }<ObsoleteAttribute("Use EndPartId instead.", false)>
Public ReadOnly Property EndFittingId As ObjectId
Getpublic:
[ObsoleteAttribute(L"Use EndPartId instead.", false)]
property ObjectId EndFittingId {
ObjectId get ();
}Property Value
ObjectId
Remarks
OBJECTID TYPE: Autodesk.Civil.PressurePipes.DatabaseServices.Fitting
See Also