Description:

Read the objects from a file and use them as the instance's definition geometry.

Syntax:
public bool UpdateLinkedInstanceDefinition(
int idefIndex,
string filename,
bool updateNestedLinks,
bool quiet
)
Parameters:
  • idefIndex
  • Type: int
  • zero based index of instance definition to delete. This must be in the range 0 <= idefIndex < InstanceDefinitionTable.Count.
  • filename
  • Type: string
  • name of file (can be any type of file that Rhino or a plug-in can read)
  • updateNestedLinks
  • Type: bool
  • If True and the instance definition references to a linked instance definition, that needs to be updated, then the nested definition is also updated. If false, nested updates are skipped.
Returns:
Type: bool
Available since:
5.9

UpdateLinkedInstanceDefinition method

Class:  Rhino.DocObjects.Tables.InstanceDefinitionTable

Nothing found