RenderContentType Methods |
The RenderContentType type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| GetAllAvailableTypes |
Gets an array of all available render content types registered with Rhino.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NewContentFromTypeId(Guid) |
Create a new content specified by the Guid.
This function can be used to create temporary content, as it calls
::RhRdkContentFactories().NewContentFromType().
| |
| NewContentFromTypeId(Guid, RhinoDoc) | ||
| NewRenderContent |
Returns a new instance of the render content of this type. This content can be added to a persistant list.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |