SoMFBufferObjectGetValues Method |
Returns a pointer into the array of values in the field, starting at index start.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoBufferObject[] GetValues(
int start
)
Public Function GetValues (
start As Integer
) As SoBufferObject()
public:
array<SoBufferObject^>^ GetValues(
int start
)
member GetValues :
start : int -> SoBufferObject[]
Parameters
- start
- Type: SystemInt32
Return Value
Type:
SoBufferObjectRemarks The values are read-only. See the startEditing()/finishEditing() methods for a way of modifying values in place.
See Also