This is equivalent to the set() method of SoField, but operates on only one value.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic bool Set1(
int index,
string valueString
)
Public Function Set1 (
index As Integer,
valueString As String
) As Boolean
public:
bool Set1(
int index,
String^ valueString
)
member Set1 :
index : int *
valueString : string -> bool
Parameters
- index
- Type: SystemInt32
- valueString
- Type: SystemString
Return Value
Type:
Boolean
RemarksSee the SoField methods for details. If field's values are stored in an user data array and if specified index is greater than this array's length, a new array is allocated and the user's one is no more used.
See Also