| 
    NX Open C++ Reference Guide
    
   | 
 
Represents a Features::TabNoteCfgBuilder. More...
  
 Public Types | |
| enum | Refplane {  RefplaneXy, RefplaneYz, RefplaneZx, RefplaneNegXy, RefplaneNegYz, RefplaneNegZx }  | 
| the reference plane type.  More... | |
Public Member Functions | |
| double | BlockOffset () | 
| Returns the block offset  Created in NX5.0.3.  | |
| bool | DeletePreviousDiagrams () | 
| Returns the delete previous diagrams  Created in NX5.0.3.  | |
| NXOpen::Point * | InsertionPoint () | 
| Returns the insertion point  Created in NX5.0.3.  | |
| int | NumberOfRows () | 
| Returns the number of rows  Created in NX5.0.3.  | |
| NXOpen::Features::TabNoteCfgBuilder::Refplane | ReferencePlane () | 
| Returns the reference plane  Created in NX5.0.3.  | |
| void | SetBlockOffset (double blockOffset) | 
| Sets the block offset  Created in NX5.0.3.  | |
| void | SetDeletePreviousDiagrams (bool deletePreviousDiagrams) | 
| Sets the delete previous diagrams  Created in NX5.0.3.  | |
| void | SetInsertionPoint (NXOpen::Point *insertionPoint) | 
| Sets the insertion point  Created in NX5.0.3.  | |
| void | SetNumberOfRows (int numberOfRows) | 
| Sets the number of rows  Created in NX5.0.3.  | |
| void | SetReferencePlane (NXOpen::Features::TabNoteCfgBuilder::Refplane referencePlane) | 
| Sets the reference plane  Created in NX5.0.3.  | |
| virtual bool | Validate () | 
| Validate whether the inputs to the component are sufficient for commit to be called.   | |
  Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const | 
<b>Deprecated</b>:<br>     Use Tag instead.    | |
| tag_t | Tag () const | 
| Returns the tag of this object.   | |
Represents a Features::TabNoteCfgBuilder.
 Created in NX5.0.3. 
 
| double NXOpen::Features::TabNoteCfgBuilder::BlockOffset | ( | ) | 
Returns the block offset 
 Created in NX5.0.3. 
 
 License requirements : None 
| bool NXOpen::Features::TabNoteCfgBuilder::DeletePreviousDiagrams | ( | ) | 
Returns the delete previous diagrams 
 Created in NX5.0.3. 
 
 License requirements : None 
| NXOpen::Point* NXOpen::Features::TabNoteCfgBuilder::InsertionPoint | ( | ) | 
Returns the insertion point 
 Created in NX5.0.3. 
 
 License requirements : None 
| int NXOpen::Features::TabNoteCfgBuilder::NumberOfRows | ( | ) | 
Returns the number of rows 
 Created in NX5.0.3. 
 
 License requirements : None 
| NXOpen::Features::TabNoteCfgBuilder::Refplane NXOpen::Features::TabNoteCfgBuilder::ReferencePlane | ( | ) | 
Returns the reference plane 
 Created in NX5.0.3. 
 
 License requirements : None 
| void NXOpen::Features::TabNoteCfgBuilder::SetBlockOffset | ( | double | blockOffset | ) | 
Sets the block offset 
 Created in NX5.0.3. 
 
 License requirements : nx_ship_concept ("Ship Concept") 
| blockOffset | blockoffset | 
| void NXOpen::Features::TabNoteCfgBuilder::SetDeletePreviousDiagrams | ( | bool | deletePreviousDiagrams | ) | 
Sets the delete previous diagrams 
 Created in NX5.0.3. 
 
 License requirements : nx_ship_concept ("Ship Concept") 
| deletePreviousDiagrams | deletepreviousdiagrams | 
| void NXOpen::Features::TabNoteCfgBuilder::SetInsertionPoint | ( | NXOpen::Point * | insertionPoint | ) | 
Sets the insertion point 
 Created in NX5.0.3. 
 
 License requirements : nx_ship_concept ("Ship Concept") 
| insertionPoint | insertionpoint | 
| void NXOpen::Features::TabNoteCfgBuilder::SetNumberOfRows | ( | int | numberOfRows | ) | 
Sets the number of rows 
 Created in NX5.0.3. 
 
 License requirements : nx_ship_concept ("Ship Concept") 
| numberOfRows | numberofrows | 
| void NXOpen::Features::TabNoteCfgBuilder::SetReferencePlane | ( | NXOpen::Features::TabNoteCfgBuilder::Refplane | referencePlane | ) | 
Sets the reference plane 
 Created in NX5.0.3. 
 
 License requirements : nx_ship_concept ("Ship Concept") 
| referencePlane | referenceplane | 
      
  | 
  virtual | 
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.