Creates a fixed Tangent defined by 2 pass-through points and previous entity id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public ProfileTangent AddFixedTangentWithPreviousEntity( uint previousEntityId, Point2d startPoint, Point2d endPoint ) |
Visual Basic |
---|
Public Function AddFixedTangentWithPreviousEntity ( _ previousEntityId As UInteger, _ startPoint As Point2d, _ endPoint As Point2d _ ) As ProfileTangent |
Visual C++ |
---|
public: ProfileTangent^ AddFixedTangentWithPreviousEntity( unsigned int previousEntityId, Point2d startPoint, Point2d endPoint ) |
Parameters
- previousEntityId
- Type: System..::..UInt32
Previous entity id to connect this entity. If previous entity is disconnected with the new entity, this parameter will be ommited.
- startPoint
- Type: Point2d
The first pass-through point.
- endPoint
- Type: Point2d
The second pass-through point.
Remarks
Point2d.X and Point2d.Y are the profile's station and elevation respectively.