RhinoCommon API
RhinoDocExportSelected Method |
Export selected geometry to a file. All file formats that Rhino can export
to are supported by this function.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

public bool ExportSelected( string filePath )
Public Function ExportSelected ( filePath As String ) As Boolean
Parameters
- filePath
- Type: SystemString
[Missing <param name="filePath"/> documentation for "M:Rhino.RhinoDoc.ExportSelected(System.String)"]
Return Value
Type: Booleantrue on success
