ClassArrayOnObjRef Class |
Wrapper for a C++ ON_ClassArray of ON_ObjRef
Namespace: Rhino.Runtime.InteropWrappers
The ClassArrayOnObjRef type exposes the following members.
Name | Description | |
---|---|---|
ClassArrayOnObjRef |
Initializes a new ClassArrayOnObjRef instance.
| |
ClassArrayOnObjRef(IEnumerableObjRef) |
Initializes a new instances from a set of ObjRefs
|
Name | Description | |
---|---|---|
Add |
Adds an ObjRef to the list.
| |
ConstPointer |
Gets the constant (immutable) pointer of this array.
| |
Dispose |
Actively reclaims unmanaged resources that this instance uses.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
NonConstPointer |
Gets the non-constant pointer (for modification) of this array.
| |
ToNonConstArray |
Copies the unmanaged array to a managed counterpart.
| |
ToNonConstArray(RhinoDoc) |
Copies the unmanaged array to a managed counterpart.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |