Search Results for

    Show / Hide Table of Contents

    Struct RuleManager.AdoptableTypes

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public struct RuleManager.AdoptableTypes

    Constructors

    AdoptableTypes(int, int, int)

    Declaration
    public AdoptableTypes(int ObjectType, int ObjectSubtype, int FeatureType)
    Parameters
    Type Name Description
    int ObjectType
    int ObjectSubtype
    int FeatureType

    Fields

    FeatureType

    Declaration
    public int FeatureType
    Field Value
    Type Description
    int

    ObjectSubtype

    Declaration
    public int ObjectSubtype
    Field Value
    Type Description
    int

    ObjectType

    Declaration
    public int ObjectType
    Field Value
    Type Description
    int

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX