Search Results for

    Show / Hide Table of Contents

    Struct UFMb._ApplicationData

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    struct _ApplicationData

    Fields

    design_in_context_supported

    Declaration
    public bool design_in_context_supported
    Field Value
    Type Description
    System.Boolean

    drawings_supported

    Declaration
    public bool drawings_supported
    Field Value
    Type Description
    System.Boolean

    enter_proc

    Declaration
    public UFMb.EnterProcT enter_proc
    Field Value
    Type Description
    UFMb.EnterProcT

    exit_proc

    Declaration
    public UFMb.ExitProcT exit_proc
    Field Value
    Type Description
    UFMb.ExitProcT

    id

    Declaration
    public int id
    Field Value
    Type Description
    System.Int32

    init_proc

    Declaration
    public UFMb.InitProcT init_proc
    Field Value
    Type Description
    UFMb.InitProcT

    name

    Declaration
    public sbyte *name
    Field Value
    Type Description
    System.SByte*

    supports_undo

    Declaration
    public bool supports_undo
    Field Value
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX