Description:

Gets unused instance definition name used as default when creating new instance definitions.

Syntax:
public string GetUnusedInstanceDefinitionName()
Returns:
Type: string
An unused instance definition name string.
Available since:
5.0

Description:

Gets unused instance definition name used as default when creating new instance definitions.

Syntax:
public string GetUnusedInstanceDefinitionName(
string root,
uint defaultSuffix
)
deprecated in 6.0
obsolete: The defaultSuffix parameter is now ignored. Remove the second argument.
Parameters:
  • root
  • Type: string
  • The returned name is 'root nn' If root is empty, then 'Block' (localized) is used.
  • defaultSuffix
  • Type: uint
  • Unique names are created by appending a decimal number to the localized term for "Block" as in "Block 01", "Block 02", and so on. When defaultSuffix is supplied, the search for an unused name begins at "Block suffix".
Returns:
Type: string
An unused instance definition name string.
Available since:
5.0

Description:

Gets unused instance definition name used as default when creating new instance definitions.

Syntax:
public string GetUnusedInstanceDefinitionName(
string root
)
Parameters:
  • root
  • Type: string
  • The returned name is 'root nn' If root is empty, then 'Block' (localized) is used.
Returns:
Type: string
An unused instance definition name string.
Available since:
5.0

/
/
/
GetUnusedInstanceDefinitionName

GetUnusedInstanceDefinitionName method

Class:  Rhino.DocObjects.Tables.InstanceDefinitionTable

Nothing found