Application.NewPointOnEdge
Description:
Create a PointOnEdge object which is used to define the placement of a ReferencePoint.
Create a PointOnEdge object which is used to define the placement of a ReferencePoint.
public PointOnEdge NewPointOnEdge(
Reference edgeReference,
PointLocationOnCurve locationOnCurve
)
-
edgeReferenceThe reference whose edge the object will be created on.
-
locationOnCurveThe location on the edge.
Return Value
PointOnEdge
If creation was successful then a new object is returned,
otherwise an exception with failure information will be thrown.
-
Thrown when the input argument edgeReference or locationOnCurve isnullNothingnullptra null reference (Nothingin Visual Basic).