Click or drag to resize
SbNativeStringArrayItem Property
Gets or sets the element at the specified index.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public string this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the element to get or set.

Return Value

Type: String
The element of type String at the specified index.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the native array is not well known.
IndexOutOfRangeExceptionIf index if out of range.
See Also