Description:

Remove named construction plane from the document.

Syntax:
public bool Delete(
int index
)
Parameters:
  • index
  • Type: int
  • zero based array index.
Returns:
Type: bool
True if successful.
Available since:
5.0

Description:

Remove named construction plane from the document.

Syntax:
public bool Delete(
string name
)
Parameters:
  • name
  • Type: string
  • name of the construction plane.
Returns:
Type: bool
True if successful.
Available since:
5.0

Nothing found