StringWrapperNonConstPointer Property |
Gets the non-constant pointer (ON_wString*).
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public IntPtr NonConstPointer { get; }
Public ReadOnly Property NonConstPointer As IntPtr
Get
Return Value
Type:
IntPtrThe non-constant pointer.
See Also