ProfileEntityCollectionAddFloatingTangentByGradeAndLength Method

Creates a floating tangent defined by an entity to attach to, a grade, and a length.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public ProfileTangent AddFloatingTangentByGradeAndLength(
	uint entityId,
	double grade,
	double length,
	EntityAttachType attachType
)

Parameters

entityId  UInt32
The ID of the entity to attach to.
grade  Double
The grade of the tangent.
length  Double
The length of the tangent.
attachType  EntityAttachType
Specifies how to attach the tangent to the given entity.

Return Value

ProfileTangent
The newly created ProfileTangent.
Exceptions
ExceptionCondition
ArgumentException Thrown when the given entity ID is invalid or does not exist in the collection.
See Also