Click or drag to resize

CustomRenderContentAttribute Constructor (String, Boolean, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the CustomRenderContentAttribute class

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.16
Syntax
public CustomRenderContentAttribute(
	string renderEngineGuid,
	bool imageBased,
	string category,
	bool is_elevated,
	bool is_built_in,
	bool is_private,
	bool is_linear,
	bool is_hdrcapable,
	bool is_normalmap
)

Parameters

renderEngineGuid
Type: SystemString

[Missing <param name="renderEngineGuid"/> documentation for "M:Rhino.Render.CustomRenderContentAttribute.#ctor(System.String,System.Boolean,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

imageBased
Type: SystemBoolean

[Missing <param name="imageBased"/> documentation for "M:Rhino.Render.CustomRenderContentAttribute.#ctor(System.String,System.Boolean,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

category
Type: SystemString

[Missing <param name="category"/> documentation for "M:Rhino.Render.CustomRenderContentAttribute.#ctor(System.String,System.Boolean,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

is_elevated
Type: SystemBoolean

[Missing <param name="is_elevated"/> documentation for "M:Rhino.Render.CustomRenderContentAttribute.#ctor(System.String,System.Boolean,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

is_built_in
Type: SystemBoolean

[Missing <param name="is_built_in"/> documentation for "M:Rhino.Render.CustomRenderContentAttribute.#ctor(System.String,System.Boolean,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

is_private
Type: SystemBoolean

[Missing <param name="is_private"/> documentation for "M:Rhino.Render.CustomRenderContentAttribute.#ctor(System.String,System.Boolean,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

is_linear
Type: SystemBoolean

[Missing <param name="is_linear"/> documentation for "M:Rhino.Render.CustomRenderContentAttribute.#ctor(System.String,System.Boolean,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

is_hdrcapable
Type: SystemBoolean

[Missing <param name="is_hdrcapable"/> documentation for "M:Rhino.Render.CustomRenderContentAttribute.#ctor(System.String,System.Boolean,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

is_normalmap
Type: SystemBoolean

[Missing <param name="is_normalmap"/> documentation for "M:Rhino.Render.CustomRenderContentAttribute.#ctor(System.String,System.Boolean,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also