SimpleArrayLinetypePointer Class

SimpleArrayLinetypePointer Class

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

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

The SimpleArrayLinetypePointer type exposes the following members.

Constructors
  NameDescription
Public methodSimpleArrayLinetypePointer
Initializes a new SimpleArrayLinetypePointer instance.
Top
Properties
  NameDescription
Public propertyCount
Gets the amount of linetypes in this array.
Top
Methods
  NameDescription
Public methodConstPointer
Gets the const (immutable) pointer of this array.
Public methodDispose
Actively reclaims unmanaged resources that this instance uses.
Protected methodDispose(Boolean)
Dispose
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