Share

ProfileEntityCollection.AddFloatingSymmetricParabolaByThroughPointAndK(UInt32, Point3d, Double, EntityAttachType) Method

Note: This API is now obsolete.

Creates a floating Symmetric Parabola defined by an entity to attach to, a pass-through point and the K value.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

[ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", 
	false)]
public ProfileParabolaSymmetric AddFloatingSymmetricParabolaByThroughPointAndK(
	uint attachEntityId,
	Point3d passPoint,
	double k,
	EntityAttachType attachType
)

VB

<ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", 
	false)>
Public Function AddFloatingSymmetricParabolaByThroughPointAndK ( 
	attachEntityId As UInteger,
	passPoint As Point3d,
	k As Double,
	attachType As EntityAttachType
) As ProfileParabolaSymmetric

C++

public:
[ObsoleteAttribute(L"Use the overload method which takes Point2d as parameter(s).", 
	false)]
ProfileParabolaSymmetric^ AddFloatingSymmetricParabolaByThroughPointAndK(
	unsigned int attachEntityId, 
	Point3d passPoint, 
	double k, 
	EntityAttachType attachType
)

Parameters

attachEntityId  UInt32
The entity to attach to.
passPoint  Point3d
The pass-through point.
k  Double
The K value.
attachType  EntityAttachType
Specifies whether you want to append or prepend the new entity.

Return Value

ProfileParabolaSymmetric

See Also

Reference

Was this information helpful?