Search Results for

    Show / Hide Table of Contents

    Class EnterpriseIdentificationBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PmiAttributeBuilder
    EnterpriseIdentificationBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    PmiAttributeBuilder.GetAttributeValues()
    PmiAttributeBuilder.SetAttributeValues(NXObject[])
    PmiAttributeBuilder.AssociatedObjects
    PmiAttributeBuilder.Attribute
    PmiAttributeBuilder.BusinessModifier
    PmiAttributeBuilder.KnowledgeFusionClassName
    PmiAttributeBuilder.Leader
    PmiAttributeBuilder.Origin
    PmiAttributeBuilder.Style
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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 EnterpriseIdentificationBuilder : PmiAttributeBuilder, IMessageSink, IComponentBuilder

    Constructors

    EnterpriseIdentificationBuilder()

    Declaration
    protected EnterpriseIdentificationBuilder()

    Properties

    CageCode

    Declaration
    public string CageCode { get; set; }
    Property Value
    Type Description
    string

    CompanyName

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

    Division

    Declaration
    public string Division { get; set; }
    Property Value
    Type Description
    string

    Title

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

    Methods

    GetCompanyAddress()

    Declaration
    public string[] GetCompanyAddress()
    Returns
    Type Description
    string[]

    SetCompanyAddress(string[])

    Declaration
    public void SetCompanyAddress(string[] companyAddress)
    Parameters
    Type Name Description
    string[] companyAddress

    Implements

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