PressurePipeStartFittingId Property |
Note: This API is now obsolete.
Gets the start 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 StartPartId instead.", false)]
public ObjectId StartFittingId { get; }
<ObsoleteAttribute("Use StartPartId instead.", false)>
Public ReadOnly Property StartFittingId As ObjectId
Get
public:
[ObsoleteAttribute(L"Use StartPartId instead.", false)]
property ObjectId StartFittingId {
ObjectId get ();
}
Property Value
ObjectId
Remarks
OBJECTID TYPE: Autodesk.Civil.PressurePipes.DatabaseServices.Fitting
See Also