Click or drag to resize

InstanceDefinitionTableExport Method

Exports the block definition's component objects to one of the file formats supported by Rhino.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Export(
	int idefIndex,
	string filename
)

Parameters

idefIndex
Type: SystemInt32
Index of the instance definition to export.
filename
Type: SystemString
Name of the file to create.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.Tables.InstanceDefinitionTable.Export(System.Int32,System.String)"]

See Also