SoFieldContainerGet Method |
Returns the values of the fields of this object in the Open Inventor ASCII file format in the given string.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Get(
out string fieldDataString
)
Public Sub Get (
<OutAttribute> ByRef fieldDataString As String
)
public:
void Get(
[OutAttribute] String^% fieldDataString
)
member Get :
fieldDataString : string byref -> unit
Parameters
- fieldDataString
- Type: SystemString
RemarksFields whose isDefault() bit is set will not be part of the string. You can use the SoField.get() method to get a field's value as a string even if has its default value.
See Also