DatumPlane.CanBeVisibleInView
Method
Description:
Checks if the datum plane can be visible in the view.
Checks if the datum plane can be visible in the view.
Remarks:
This method determines if the orientation of the DatumPlane and View allows that the DatumPlane can be seen in the indicated view. It does not actually determine if the DatumPlane is visible, as many factors can affect the visibility of an element in a given view (for example, hiding the element).
This method determines if the orientation of the DatumPlane and View allows that the DatumPlane can be seen in the indicated view. It does not actually determine if the DatumPlane is visible, as many factors can affect the visibility of an element in a given view (for example, hiding the element).
Parameters
Parameter | Type | Description |
---|---|---|
view | View | The view. |
Return Value
Type | Description |
---|---|
Boolean | True if visible, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |