CustomRenderContentAttribute Constructor |
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
public CustomRenderContentAttribute( string renderEngineGuid = "", bool imageBased = false, string category = "General", bool is_elevated = false, bool is_built_in = false, bool is_private = false )
Public Sub New ( Optional renderEngineGuid As String = "", Optional imageBased As Boolean = false, Optional category As String = "General", Optional is_elevated As Boolean = false, Optional is_built_in As Boolean = false, Optional is_private As Boolean = false )
Parameters
- renderEngineGuid (Optional)
- 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)"]
- imageBased (Optional)
- 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)"]
- category (Optional)
- 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)"]
- is_elevated (Optional)
- 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)"]
- is_built_in (Optional)
- 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)"]
- is_private (Optional)
- 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)"]