<Code Lib>
2026 Method
Changes 0
M

Application.NewPointRelativeToPoint

Description:
Create a PointRelativeToPoint object, which is used to define the placement of a ReferencePoint relative to a host point.

public PointRelativeToPoint NewPointRelativeToPoint(
	Reference hostPointReference
)

  • hostPointReference
    The reference of the host point.
Return Value PointRelativeToPoint If creation is successful then a new PointRelativeToPoint object is returned, otherwise an exception with failure information will be thrown.

Loading…