Creates a free Tangent between two entities.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public ProfileTangent AddFreeTangent( uint previousEntityId, uint nextEntityId )
Visual Basic
Public Function AddFreeTangent ( _ previousEntityId As UInteger, _ nextEntityId As UInteger _ ) As ProfileTangent
Visual C++
public: ProfileTangent^ AddFreeTangent( unsigned int previousEntityId, unsigned int nextEntityId )
Parameters
- previousEntityId
- Type: System.UInt32
Id of the previous entity to attach to.
- nextEntityId
- Type: System.UInt32
Id of the next entity to attach to.