Click or drag to resize

DracoCompressionWrite Method

Write the compressed data to disk

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool Write(
	string path
)

Parameters

path
Type: SystemString
path to write to

Return Value

Type: Boolean
true on success
See Also