This is equivalent to the get() method of SoField, but operates on only one value.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Get1(
int index,
out string valueString
)
Public Sub Get1 (
index As Integer,
<OutAttribute> ByRef valueString As String
)
public:
void Get1(
int index,
[OutAttribute] String^% valueString
)
member Get1 :
index : int *
valueString : string byref -> unit
Parameters
- index
- Type: SystemInt32
- valueString
- Type: SystemString
RemarksSee the SoField methods for details.
See Also