ProfileEntityCollectionAddFreeTangent Method |
Creates a free Tangent between two entities.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileTangent AddFreeTangent(
uint previousEntityId,
uint nextEntityId
)
Public Function AddFreeTangent (
previousEntityId As UInteger,
nextEntityId As UInteger
) As ProfileTangent
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