Click or drag to resize

File3dmEmbeddedFilesAdd Method

Add a new embedded file and load it from a local file.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public bool Add(
	string filename
)

Parameters

filename
Type: SystemString

[Missing <param name="filename"/> documentation for "M:Rhino.FileIO.File3dmEmbeddedFiles.Add(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.FileIO.File3dmEmbeddedFiles.Add(System.String)"]

See Also