Sets whether output should be ASCII (default) or binary.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetBinary(
bool flag
)
Public Sub SetBinary (
flag As Boolean
)
public:
void SetBinary(
bool flag
)
member SetBinary :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks See Also