IsNotOwned
bool IsNotOwned(this Element element)Checks if an element is not owned by anyone.
Parameters
- elementElement
Element to inspect.
Returns: True if not owned (true when not workshared).
Example
bool free = element.IsNotOwned();bool IsNotOwned(this Element element)Checks if an element is not owned by anyone.
Element to inspect.
bool free = element.IsNotOwned();