ProfileEntityCollectionAddFreeTangent Method

Creates a free Tangent between two entities.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ProfileTangent AddFreeTangent(
	uint previousEntityId,
	uint nextEntityId
)

Parameters

previousEntityId  UInt32
Id of the previous entity to attach to.
nextEntityId  UInt32
Id of the next entity to attach to.

Return Value

ProfileTangent
See Also