RenderContentKindList
Models a collection of kinds.
Inheritance Hierarchy
System.Object
Rhino.Render.RenderContentKindList
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class RenderContentKindList : IDisposable
The RenderContentKindList type exposes the following members.
Constructors
Name
Description
Public Method
RenderContentKindList.
Construct an empty kind list
Public Method
RenderContentKindList(IntPtr)
Construct from native pointer - internal use only.
Public Method
RenderContentKindList(RenderContentKindList)
Construct a kind list from another.
Properties
Name
Description
Public Property
CppPointer
Methods
Name
Description
Public Method
Add
Add a kind to a kind list.
Public Method
Contains
Query whether or not the collection contains a particular kind designation.
Public Method
Count
The number of kinds in the collection
Public Method
Dispose
Dispose a kind list.
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Kind list finalizer
(Overrides Object.Finalize..)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
SingleKind
The single kind in the list. If the list does not contain exactly one kind, returns ‘None’.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)