NX Open C++ Reference Guide
|
Represents a Annotations::EnterpriseIdentification builder
To create a new instance of this class, use Annotations::PmiAttributeCollection::CreateEnterpriseIdentificationBuilder
Created in NX6.0.0.
More...
Public Member Functions | |
NXString | CageCode () |
Returns the cage code Created in NX6.0.0. | |
NXString | CompanyName () |
Returns the company name Created in NX6.0.0. | |
NXString | Division () |
Returns the division Created in NX6.0.0. | |
std::vector< NXString > | GetCompanyAddress () |
Returns the company address. | |
void | SetCageCode (const NXString &cageCode) |
Sets the cage code Created in NX6.0.0. | |
void | SetCompanyAddress (const std::vector< NXString > &companyAddress) |
Sets the company address Created in NX6.0.0. | |
void | SetCompanyName (const NXString &companyName) |
Sets the company name Created in NX6.0.0. | |
void | SetDivision (const NXString &division) |
Sets the division Created in NX6.0.0. | |
void | SetTitle (const NXString &title) |
Sets the str title Created in NX6.0.0. | |
NXString | Title () |
Returns the str title Created in NX6.0.0. |
Represents a Annotations::EnterpriseIdentification builder
To create a new instance of this class, use Annotations::PmiAttributeCollection::CreateEnterpriseIdentificationBuilder
Created in NX6.0.0.
Returns the cage code
Created in NX6.0.0.
License requirements : None
Returns the company name
Created in NX6.0.0.
License requirements : None
Returns the division
Created in NX6.0.0.
License requirements : None
Returns the company address.
void NXOpen::Annotations::EnterpriseIdentificationBuilder::SetCageCode | ( | const NXString & | cageCode | ) |
Sets the cage code
Created in NX6.0.0.
License requirements : None
cageCode | cagecode |
void NXOpen::Annotations::EnterpriseIdentificationBuilder::SetCompanyAddress | ( | const std::vector< NXString > & | companyAddress | ) |
Sets the company address
Created in NX6.0.0.
License requirements : None
companyAddress | companyaddress |
void NXOpen::Annotations::EnterpriseIdentificationBuilder::SetCompanyName | ( | const NXString & | companyName | ) |
Sets the company name
Created in NX6.0.0.
License requirements : None
companyName | companyname |
void NXOpen::Annotations::EnterpriseIdentificationBuilder::SetDivision | ( | const NXString & | division | ) |
Sets the division
Created in NX6.0.0.
License requirements : None
division | division |
void NXOpen::Annotations::EnterpriseIdentificationBuilder::SetTitle | ( | const NXString & | title | ) |
Sets the str title
Created in NX6.0.0.
License requirements : None
title | title |
Returns the str title
Created in NX6.0.0.
License requirements : None