SoSFEnumEnumTypeSetValue Method (String) |
Sets this field to contain the given mnemonic name, passed in as a name or 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