Share

PressurePipe.StartFittingId 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.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280

Syntax

C#

[ObsoleteAttribute("Use StartPartId instead.", false)]
public ObjectId StartFittingId { get; }

VB

<ObsoleteAttribute("Use StartPartId instead.", false)>
Public ReadOnly Property StartFittingId As ObjectId
	Get

C++

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

Reference

Was this information helpful?