Application.NewPointRelativeToPoint
Method
Description:
Create a PointRelativeToPoint object, which is used to define the placement of a ReferencePoint relative to a host point.
Create a PointRelativeToPoint object, which is used to define the placement of a ReferencePoint relative to a host point.
Parameters
Parameter | Type | Description |
---|---|---|
hostPointReference | Reference | The reference of the host point. |
Return Value
Type | Description |
---|---|
PointRelativeToPoint | If creation is successful then a new PointRelativeToPoint object is returned, otherwise an exception with failure information will be thrown. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the input argument hostPointReference is. |