SoMFEnumEnumTypeSetValue Method (String) |
Sets this field to contain one and only one value, which is the mnemonic name as a string.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
string name
)
Public Sub SetValue (
name As String
)
public:
void SetValue(
String^ name
)
member SetValue :
name : string -> unit
Parameters
- name
- Type: SystemString
Remarks See Also