Document.NewSpotCoordinate
Description:
Generate a new spot coordinate object within the project.
Generate a new spot coordinate object within the project.
Remarks:
If the origin point is not on the reference, it'll be projected to the reference automatically. And the refPt is projected point. If the reference is not valid or the point cannot be projected to reference correctly, an exception will be thrown
If the origin point is not on the reference, it'll be projected to the reference automatically. And the refPt is projected point. If the reference is not valid or the point cannot be projected to reference correctly, an exception will be thrown
-
viewThe view in which the spot coordinate is to be visible.
-
referenceThe reference to which the spot coordinate is to be bound.
-
originThe point which the spot coordinate evaluate.
-
bendThe bend point for the spot coordinate.
-
endThe end point for the spot coordinate.
-
refPtThe actual point on the reference which the spot coordinate evaluate.
-
hasLeaderIndicate if it has leader or not.
-
Thrown if the view does not exist in the given document.