SoOutputWrite Method (Int64) |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void Write(
long i
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub Write (
i As Long
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void Write(
long long i
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Write :
i : int64 -> unit
Parameters
- i
- Type: SystemInt64
Remarks See Also