Returns the value of the field in the Open Inventor file format, even if the field has its default value.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Get(
out string valueString
)
Public Sub Get (
<OutAttribute> ByRef valueString As String
)
public:
void Get(
[OutAttribute] String^% valueString
)
member Get :
valueString : string byref -> unit
Parameters
- valueString
- Type: SystemString
Remarks See Also