RenderContentSerializer Constructor |
Protected constructor to be called from derived class
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxprotected 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
Type 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 type.
- 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 type.
Version InformationRhino for Windows
Supported in: 6.8
See Also