Class LayerBlock
Assembly: NXOpenUI.dll
Syntax
public class LayerBlock : UIBlock, IMessageSink
Constructors
LayerBlock()
Declaration
Properties
LayerOption
Declaration
public int LayerOption { get; set; }
Property Value
LayerValue
Declaration
public int LayerValue { get; set; }
Property Value
ShowMaintainLayerOption
Declaration
public bool ShowMaintainLayerOption { get; set; }
Property Value
ShowOriginalLayerOption
Declaration
public bool ShowOriginalLayerOption { get; set; }
Property Value
ShowUserDefinedLayerOption
Declaration
public bool ShowUserDefinedLayerOption { get; set; }
Property Value
ShowWorkLayerOption
Declaration
public bool ShowWorkLayerOption { get; set; }
Property Value
Methods
TestOptionChanged(int)
Declaration
public void TestOptionChanged(int integerLayerOption)
Parameters
Type |
Name |
Description |
int |
integerLayerOption |
|
TestValueChanged(int)
Declaration
public void TestValueChanged(int inetegerLayerValue)
Parameters
Type |
Name |
Description |
int |
inetegerLayerValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink