Search Results for

    Show / Hide Table of Contents

    Class PmiEnterpriseIdentifierData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PmiSemanticData
    PmiEnterpriseIdentifierData
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    PmiSemanticData.FreeResource()
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class PmiEnterpriseIdentifierData : PmiSemanticData, IMessageSink, IDisposable

    Constructors

    PmiEnterpriseIdentifierData(nint)

    Declaration
    protected PmiEnterpriseIdentifierData(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    CageCode

    Declaration
    public int CageCode { get; }
    Property Value
    Type Description
    int

    CageCodeName

    Declaration
    public string CageCodeName { get; }
    Property Value
    Type Description
    string

    CompanyName

    Declaration
    public string CompanyName { get; }
    Property Value
    Type Description
    string

    DivisionSite

    Declaration
    public string DivisionSite { get; }
    Property Value
    Type Description
    string

    Revision

    Declaration
    public string Revision { get; }
    Property Value
    Type Description
    string

    Title

    Declaration
    public string Title { get; }
    Property Value
    Type Description
    string

    Methods

    GetAddress(out string[])

    Declaration
    public void GetAddress(out string[] addressLines)
    Parameters
    Type Name Description
    string[] addressLines

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX