SoSurroundScaleSetDoingTranslations Method |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetDoingTranslations(
bool doEm
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetDoingTranslations (
doEm As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetDoingTranslations(
bool doEm
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetDoingTranslations :
doEm : bool -> unit
Parameters
- doEm
- Type: SystemBoolean
Remarks See Also