File3dmRenderContentXML Method |
Gets the render content's state as an XML string.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public string XML(
bool recursive
)
Public Function XML (
recursive As Boolean
) As String
Parameters
- recursive
- Type: SystemBoolean
[Missing <param name="recursive"/> documentation for "M:Rhino.FileIO.File3dmRenderContent.XML(System.Boolean)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Rhino.FileIO.File3dmRenderContent.XML(System.Boolean)"]
See Also