NX Open C++ Reference Guide
|
This builder allows you to define one parameter for a symbol
To create a new instance of this class, use Annotations::SymbolCatalogBuilder::NewParameter
Created in NX8.0.0.
More...
Public Member Functions | |
NXString | Label () |
Returns the label string of the parameter, NOTE: Client must free the returned char* with SM_free. | |
NXString | LogicalName () |
Returns the logical name of the parameter, NOTE: Client must free the returned char* with SM_free. | |
void | SetLabel (const NXString &label) |
Sets the label string of the parameter, NOTE: Client must free the returned char* with SM_free. | |
void | SetLogicalName (const NXString &name) |
Sets the logical name of the parameter, NOTE: Client must free the returned char* with SM_free. | |
void | SetValue (const NXString ¶Value) |
Sets the value string of the parameter, NOTE: Client must free the returned char* with SM_free. | |
NXString | Value () |
Returns the value string of the parameter, NOTE: Client must free the returned char* with SM_free. |
This builder allows you to define one parameter for a symbol
To create a new instance of this class, use Annotations::SymbolCatalogBuilder::NewParameter
Created in NX8.0.0.
Returns the label string of the parameter, NOTE: Client must free the returned char* with SM_free.
Created in NX8.0.0.
License requirements : None
Returns the logical name of the parameter, NOTE: Client must free the returned char* with SM_free.
Created in NX8.0.0.
License requirements : None
void NXOpen::Annotations::SymbolCatalogParameterBuilder::SetLabel | ( | const NXString & | label | ) |
Sets the label string of the parameter, NOTE: Client must free the returned char* with SM_free.
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
label | label |
void NXOpen::Annotations::SymbolCatalogParameterBuilder::SetLogicalName | ( | const NXString & | name | ) |
Sets the logical name of the parameter, NOTE: Client must free the returned char* with SM_free.
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
name | name |
void NXOpen::Annotations::SymbolCatalogParameterBuilder::SetValue | ( | const NXString & | paraValue | ) |
Sets the value string of the parameter, NOTE: Client must free the returned char* with SM_free.
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
paraValue | paravalue |
Returns the value string of the parameter, NOTE: Client must free the returned char* with SM_free.
Created in NX8.0.0.
License requirements : None