Search Results for

    Show / Hide Table of Contents

    Struct RuleManager._FunctionInformation

    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
    Assembly: NXOpen.dll
    Syntax
    struct _FunctionInformation

    Fields

    brief_description

    Declaration
    public IntPtr brief_description
    Field Value
    Type Description
    System.IntPtr

    design_logic

    Declaration
    public bool design_logic
    Field Value
    Type Description
    System.Boolean

    full_description

    Declaration
    public IntPtr full_description
    Field Value
    Type Description
    System.IntPtr

    is_dynamic

    Declaration
    public bool is_dynamic
    Field Value
    Type Description
    System.Boolean

    num_arguments

    Declaration
    public int num_arguments
    Field Value
    Type Description
    System.Int32

    return_description

    Declaration
    public IntPtr return_description
    Field Value
    Type Description
    System.IntPtr

    return_type

    Declaration
    public IntPtr return_type
    Field Value
    Type Description
    System.IntPtr

    see_also

    Declaration
    public IntPtr see_also
    Field Value
    Type Description
    System.IntPtr
    In This Article
    Back to top Generated by DocFX