SimpleArrayExtrusionPointer Class

SimpleArrayExtrusionPointer Class

Wrapper for a C++ ON_SimpleArray<ON_Extrusion*> or ON_SimpleArray<const ON_Extrusion*> If you are not writing C++ code then this class is not for you.
Inheritance Hierarchy
SystemObject
  Rhino.Runtime.InteropWrappersSimpleArrayExtrusionPointer

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class SimpleArrayExtrusionPointer : IDisposable
Public Class SimpleArrayExtrusionPointer
	Implements IDisposable

The SimpleArrayExtrusionPointer type exposes the following members.

Constructors
  NameDescription
Public methodSimpleArrayExtrusionPointer
Initializes a new SimpleArrayExtrusionPointer instance.
Top
Properties
  NameDescription
Public propertyCount
Gets the amount of Extrusions in this array.
Top
Methods
  NameDescription
Public methodAdd
Adds a extrusion to the list.
Public methodConstPointer
Gets the const (immutable) pointer of this array.
Public methodDispose
Actively reclaims unmanaged resources that this instance uses.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the SimpleArrayExtrusionPointer and optionally releases the managed resources
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNonConstPointer
Gets the non-const pointer (for modification) of this array.
Public methodToNonConstArray
Copies the unmanaged array to a managed counterpart.
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also