Sets  num  values beginning at index  start  to the names contained in the given set of character strings. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValues(
	int start,
	string[] strings
)
Public Sub SetValues ( 
	start As Integer,
	strings As String()
)
public:
void SetValues(
	int start, 
	array<String^>^ strings
)
member SetValues : 
        start : int * 
        strings : string[] -> unit 
Parameters
- start
 - Type: SystemInt32
 - strings
 - Type: SystemString
 
Remarks
See Also