Initializes a new instance of the
AnchorInfo class
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public AnchorInfo(
bool isOnCurve,
Point2d centerOfCurve,
Vector3d directionAtLocation,
Point3d location
) |
Visual Basic |
---|
Public Sub New ( _
isOnCurve As Boolean, _
centerOfCurve As Point2d, _
directionAtLocation As Vector3d, _
location As Point3d _
) |
Visual C++ |
---|
public:
AnchorInfo(
bool isOnCurve,
Point2d centerOfCurve,
Vector3d directionAtLocation,
Point3d location
) |
Parameters
- isOnCurve
- Type: System..::..Boolean
- centerOfCurve
- Type: Point2d
- directionAtLocation
- Type: Vector3d
- location
- Type: Point3d
See Also