ProfileEntityCollectionAddFloatingSymmetricParabolaByThroughPointAndRadius(UInt32, Point2d, Double, EntityAttachType) Method |
Creates a floating Symmetric Parabola defined by an entity to attach to, a pass-through point and the radius value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileParabolaSymmetric AddFloatingSymmetricParabolaByThroughPointAndRadius(
uint attachEntityId,
Point2d passPoint,
double radius,
EntityAttachType attachType
)
Public Function AddFloatingSymmetricParabolaByThroughPointAndRadius (
attachEntityId As UInteger,
passPoint As Point2d,
radius As Double,
attachType As EntityAttachType
) As ProfileParabolaSymmetric
public:
ProfileParabolaSymmetric^ AddFloatingSymmetricParabolaByThroughPointAndRadius(
unsigned int attachEntityId,
Point2d passPoint,
double radius,
EntityAttachType attachType
)
Parameters
- attachEntityId UInt32
- The entity to attach to.
- passPoint Point2d
- The pass-through point.
- radius Double
- The radius
- attachType EntityAttachType
- Specifies whether you want to append or prepend the new entity.
Return Value
ProfileParabolaSymmetric
Remarks
Point2d.X and Point2d.Y are the profile's station and elevation respectively.
See Also