Class EnterpriseIdentificationBuilder
Inheritance
System.Object
System.MarshalByRefObject
EnterpriseIdentificationBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|---|
System.String |
CompanyName
Declaration
public string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Division
Declaration
public string Division { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetCompanyAddress()
Declaration
public string[] GetCompanyAddress()
Returns
Type | Description |
---|---|
System.String[] |
SetCompanyAddress(String[])
Declaration
public void SetCompanyAddress(string[] companyAddress)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | companyAddress |
Implements
System.Runtime.Remoting.Messaging.IMessageSink