SbNativeStringArray Class |
Class representing a native array of strings (avoid copy).
Inheritance HierarchySystemObject
OIV.InventorSbNativeStringArray
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntaxpublic sealed class SbNativeStringArray
Public NotInheritable Class SbNativeStringArray
public ref class SbNativeStringArray sealed
[<SealedAttribute>]
type SbNativeStringArray = class end
The SbNativeStringArray type exposes the following members.
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Properties
| Name | Description |
---|
 | Item |
Gets or sets the element at the specified index.
|
Top
See Also