Share

ProfileEntityCollection.AddFreeTangent Method

Creates a free Tangent between two entities.



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

Syntax

C#

public ProfileTangent AddFreeTangent(
	uint previousEntityId,
	uint nextEntityId
)

VB

Public Function AddFreeTangent ( 
	previousEntityId As UInteger,
	nextEntityId As UInteger
) As ProfileTangent

C++

public:
ProfileTangent^ AddFreeTangent(
	unsigned int previousEntityId, 
	unsigned int 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

Reference

Was this information helpful?