| 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: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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: 
SoBufferObject
RemarksThe values are read-only. See the startEditing()/finishEditing() methods for a way of modifying values in place.      
See Also