Search Results for

    Show / Hide Table of Contents

    Class LayerBlock

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    LayerBlock
    Implements
    IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.TestFocusChange()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class LayerBlock : UIBlock, IMessageSink

    Constructors

    LayerBlock()

    Declaration
    protected LayerBlock()

    Properties

    LayerOption

    Declaration
    public int LayerOption { get; set; }
    Property Value
    Type Description
    int

    LayerValue

    Declaration
    public int LayerValue { get; set; }
    Property Value
    Type Description
    int

    ShowMaintainLayerOption

    Declaration
    public bool ShowMaintainLayerOption { get; set; }
    Property Value
    Type Description
    bool

    ShowOriginalLayerOption

    Declaration
    public bool ShowOriginalLayerOption { get; set; }
    Property Value
    Type Description
    bool

    ShowUserDefinedLayerOption

    Declaration
    public bool ShowUserDefinedLayerOption { get; set; }
    Property Value
    Type Description
    bool

    ShowWorkLayerOption

    Declaration
    public bool ShowWorkLayerOption { get; set; }
    Property Value
    Type Description
    bool

    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
    In this article
    Back to top Generated by DocFX