Search Results for

    Show / Hide Table of Contents

    Struct UFUgmgr.PropertyInfo

    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
    public struct PropertyInfo

    Fields

    is_create_descriptor

    Declaration
    public bool is_create_descriptor
    Field Value
    Type Description
    System.Boolean

    is_key_field

    Declaration
    public bool is_key_field
    Field Value
    Type Description
    System.Boolean

    is_mandatory

    Declaration
    public bool is_mandatory
    Field Value
    Type Description
    System.Boolean

    is_modifiable

    Declaration
    public bool is_modifiable
    Field Value
    Type Description
    System.Boolean

    property_name

    Declaration
    public string property_name
    Field Value
    Type Description
    System.String

    property_value

    Declaration
    public string property_value
    Field Value
    Type Description
    System.String
    In This Article
    Back to top Generated by DocFX