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: 10.12.3.0 (10.12.3.0)
Syntax public 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