ProfileEntityCollectionAddFreeSymmetricParabolaByRadius Method |
Creates a free Symmetric Parabola between two entities and the radius value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileParabolaSymmetric AddFreeSymmetricParabolaByRadius(
uint previousEntityId,
uint nextEntityId,
VerticalCurveType curveType,
double radius
)
Public Function AddFreeSymmetricParabolaByRadius (
previousEntityId As UInteger,
nextEntityId As UInteger,
curveType As VerticalCurveType,
radius As Double
) As ProfileParabolaSymmetric
public:
ProfileParabolaSymmetric^ AddFreeSymmetricParabolaByRadius(
unsigned int previousEntityId,
unsigned int nextEntityId,
VerticalCurveType curveType,
double radius
)
Parameters
- previousEntityId UInt32
- The previous entity to attach to.
- nextEntityId UInt32
- The next entity to attach to.
- curveType VerticalCurveType
- The vertical curve type, crest or sag.
- radius Double
- The radius value.
Return Value
ProfileParabolaSymmetric
Remarks
The parameter curveType is applicable when the parabola is added between two ProfileParabolaSymmetric entities.
See Also