Click or drag to resize

RenderContentSerializer Constructor

Protected constructor to be called from derived class

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected RenderContentSerializer(
	string fileExtension,
	RenderContentKind contentKind,
	bool canRead,
	bool canWrite
)

Parameters

fileExtension
Type: SystemString
File extension associated with this serialize object
contentKind
Type: Rhino.RenderRenderContentKind
Kind of content created when importing or exporting this file type.
canRead
Type: SystemBoolean
If true then the file type can be imported and will be included in the file open box when importing the specified render content kind.
canWrite
Type: SystemBoolean
If true then the file type can be exported and will be included in the file save box when exporting the specified render content kind.
See Also