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
)
Protected Sub New (
fileExtension As String,
contentKind As RenderContentKind,
canRead As Boolean,
canWrite As Boolean
)
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