NX Open C++ Reference Guide
|
Represents a Builder for Replace Custom Symbol functionality
To create a new instance of this class, use Annotations::CustomSymbolCollection::CreateReplaceSymbolBuilder
Default values.
More...
Public Member Functions | |
bool | IsPartSymbol () |
Returns the flag indicating whether the selected symbol is part symbol Created in NX8.0.1. | |
bool | ReplaceAll () |
Returns the flag indicating whether to replace all instances of selected symbols Created in NX8.0.1. | |
void | SetPartSymbol (bool isPartSymbol) |
Sets the flag indicating whether the selected symbol is part symbol Created in NX8.0.1. | |
void | SetReplaceAll (bool replaceAll) |
Sets the flag indicating whether to replace all instances of selected symbols Created in NX8.0.1. | |
void | SetSymbolName (const NXString &symbolName) |
Sets the symbol name Created in NX8.0.1. | |
void | SetSymbolPath (const NXString &symbolPath) |
Sets the symbol path Created in NX8.0.1. | |
NXOpen::Annotations::SelectBaseCustomSymbolList * | Symbol () |
Returns the symbol Created in NX8.0.1. | |
NXString | SymbolName () |
Returns the symbol name Created in NX8.0.1. | |
NXString | SymbolPath () |
Returns the symbol path Created in NX8.0.1. |
Represents a Builder for Replace Custom Symbol functionality
To create a new instance of this class, use Annotations::CustomSymbolCollection::CreateReplaceSymbolBuilder
Default values.
Property | Value |
---|---|
ReplaceAll |
0 |
Created in NX8.0.1.
Returns the flag indicating whether the selected symbol is part symbol
Created in NX8.0.1.
License requirements : None
Returns the flag indicating whether to replace all instances of selected symbols
Created in NX8.0.1.
License requirements : None
void NXOpen::Annotations::ReplaceSymbolBuilder::SetPartSymbol | ( | bool | isPartSymbol | ) |
Sets the flag indicating whether the selected symbol is part symbol
Created in NX8.0.1.
License requirements : drafting ("DRAFTING")
isPartSymbol | ispartsymbol |
void NXOpen::Annotations::ReplaceSymbolBuilder::SetReplaceAll | ( | bool | replaceAll | ) |
Sets the flag indicating whether to replace all instances of selected symbols
Created in NX8.0.1.
License requirements : drafting ("DRAFTING")
replaceAll | replaceall |
void NXOpen::Annotations::ReplaceSymbolBuilder::SetSymbolName | ( | const NXString & | symbolName | ) |
Sets the symbol name
Created in NX8.0.1.
License requirements : drafting ("DRAFTING")
symbolName | symbolname |
void NXOpen::Annotations::ReplaceSymbolBuilder::SetSymbolPath | ( | const NXString & | symbolPath | ) |
Sets the symbol path
Created in NX8.0.1.
License requirements : drafting ("DRAFTING")
symbolPath | symbolpath |
NXOpen::Annotations::SelectBaseCustomSymbolList* NXOpen::Annotations::ReplaceSymbolBuilder::Symbol | ( | ) |
Returns the symbol
Created in NX8.0.1.
License requirements : None
Returns the symbol name
Created in NX8.0.1.
License requirements : None
Returns the symbol path
Created in NX8.0.1.
License requirements : None