IsInDocument Method
IsInDocument(DesignItem)
Gets if the specified design item is in the document it belongs to.
Declaration
public static bool IsInDocument(DesignItem item)
Parameters
Type | Name | Description |
---|---|---|
DesignItem | item |
Returns
Type | Description |
---|---|
System.Boolean | True for live objects, false for deleted objects. |