RetrieveLocationPoint
XYZ? RetrieveLocationPoint(this Element element)Retrieves the location point of an element if available.
Parameters
- elementElement
The element to inspect.
Returns: The location point, or null if the element has no point location.
Example
XYZ? p = element.RetrieveLocationPoint();