Class DisplayChanger
Inheritance
DisplayChanger
Assembly: NXOpen.Utilities.dll
Syntax
public class DisplayChanger : RuntimeObject
Constructors
DisplayChanger(nint)
Declaration
protected DisplayChanger(nint pItem)
Parameters
Type |
Name |
Description |
nint |
pItem |
|
Properties
Active
Declaration
public override bool Active { get; set; }
Property Value
Overrides
ChangeColor
Declaration
public bool ChangeColor { get; set; }
Property Value
ChangeTranslucency
Declaration
public bool ChangeTranslucency { get; set; }
Property Value
ChangeVisibility
Declaration
public bool ChangeVisibility { get; set; }
Property Value
Color
Declaration
public int Color { get; set; }
Property Value
ExecuteMode
Declaration
public int ExecuteMode { get; set; }
Property Value
Translucency
Declaration
public int Translucency { get; set; }
Property Value
Visibility
Declaration
public bool Visibility { get; set; }
Property Value