RenderContentCollection Class

RenderContentCollection Class

[Missing <summary> documentation for "T:Rhino.Render.RenderContentCollection"]

Inheritance Hierarchy
SystemObject
  Rhino.RenderRenderContentCollection

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class RenderContentCollection : IDisposable, 
	IEnumerable
Public NotInheritable Class RenderContentCollection
	Implements IDisposable, IEnumerable

The RenderContentCollection type exposes the following members.

Constructors
  NameDescription
Public methodRenderContentCollection
Initializes a new instance of the RenderContentCollection class
Public methodRenderContentCollection(IntPtr)
Initializes a new instance of the RenderContentCollection class
Top
Properties
  NameDescription
Public propertyCppPointer
Top
Methods
  NameDescription
Public methodAdd
Public methodAppend
Public methodClear
Public methodContentAt
Public methodContentNeedsPreviewThumbnail
Public methodCount
Public methodDispose
Releases all resources used by the RenderContentCollection
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodFind_Sel
Public methodFirstTag
Public methodGetEnumerator
Public methodGetFilterContentByUsage
Public methodGetForcedVaries
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSearchPattern
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIterator
Public methodNextTag
Public methodRemove
Public methodSet
Public methodSetForcedVaries
Public methodSetSearchPattern
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also