SoBaseSetSynchronizable Method |
Sets this to be a ScaleViz synchronizable object.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public void SetSynchronizable(
bool b
)
Public Sub SetSynchronizable (
b As Boolean
)
public:
void SetSynchronizable(
bool b
)
member SetSynchronizable :
b : bool -> unit
Parameters
- b
- Type: SystemBoolean
Remarks By default all objects are synchronizable.
See Also