NetworkAddCurvePipe(ObjectId, ObjectId, PipeCurveGeometry, Boolean) Method |
Add a curve pipe by using the geometry information of an input curve.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId AddCurvePipe(
ObjectId pipeFamilyId,
ObjectId pipeSizeId,
PipeCurveGeometry curveGeometry,
bool applyRules
)
Public Function AddCurvePipe (
pipeFamilyId As ObjectId,
pipeSizeId As ObjectId,
curveGeometry As PipeCurveGeometry,
applyRules As Boolean
) As ObjectId
public:
ObjectId AddCurvePipe(
ObjectId pipeFamilyId,
ObjectId pipeSizeId,
PipeCurveGeometry^ curveGeometry,
bool applyRules
)
Parameters
- pipeFamilyId ObjectId
- Pipe family id.
- pipeSizeId ObjectId
- Object id of the Pipe Size.
- curveGeometry PipeCurveGeometry
- The pipe curveGeometry object which supplies the geometry information.
- applyRules Boolean
- Returns whether the method needed to apply rules.
Return Value
ObjectId
See Also