SoWinFullViewerSetDecoration Method |
Shows/hides the viewer component trim (default on).
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetDecoration(
bool onOrOff
)
Public Sub SetDecoration (
onOrOff As Boolean
)
public:
void SetDecoration(
bool onOrOff
)
member SetDecoration :
onOrOff : bool -> unit
Parameters
- onOrOff
- Type: SystemBoolean
Remarks See the viewer constructor to prevent the decoration from being built.
The default value can be set using the environment variable OIV_VIEWER_DECORATION (0 = OFF, 1 = ON).
See Also