AnchorInfo Constructor

Initializes a new instance of the AnchorInfo class

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AnchorInfo(
	bool isOnCurve,
	Point2d centerOfCurve,
	Vector3d directionAtLocation,
	Point3d location
)

Parameters

isOnCurve  Boolean
 
centerOfCurve  Point2d
 
directionAtLocation  Vector3d
 
location  Point3d
 
See Also