Skip to content

RenderContentKindList

Public Class

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

Construct an empty kind list


Public Method

Construct from native pointer - internal use only.


Public Method

Construct a kind list from another.


Properties

Name

Description


Public Property

Methods

Name

Description


Public Method

Add a kind to a kind list.


Public Method

Query whether or not the collection contains a particular kind designation.


Public Method

The number of kinds in the collection


Public Method

Dispose a kind list.


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

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

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.)