NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::PID::PropertyCellRangeBuilder Class Reference

Represents a PropertyCellRangeBuilder. More...

Inheritance diagram for NXOpen::PID::PropertyCellRangeBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXString PropertyKey ()
 Returns the property key. More...
 
NXOpen::PID::PropertyType PropertyType ()
 Returns the property type. More...
 
void SetPropertyKey (const NXString &propertyKey)
 Sets the property key. More...
 
void SetPropertyKey (const char *propertyKey)
 Sets the property key. More...
 
void SetPropertyType (NXOpen::PID::PropertyType propertyType)
 Sets the property type. More...
 
NXOpen::Diagramming::Tables::CellRangeBuilderTableCellRange ()
 Returns the cell range. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a PropertyCellRangeBuilder.


This is a sub-builder class and cannot be directly instantiated

Created in NX1847.0.0.

Member Function Documentation

NXString NXOpen::PID::PropertyCellRangeBuilder::PropertyKey ( )

Returns the property key.


Created in NX1847.0.0.

License requirements : nx_pid_design_author ("NX P and ID Design Author")

NXOpen::PID::PropertyType NXOpen::PID::PropertyCellRangeBuilder::PropertyType ( )

Returns the property type.


Created in NX1847.0.0.

License requirements : nx_pid_design_author ("NX P and ID Design Author")

void NXOpen::PID::PropertyCellRangeBuilder::SetPropertyKey ( const NXString propertyKey)

Sets the property key.


Created in NX1847.0.0.

License requirements : nx_pid_design_author ("NX P and ID Design Author")

Parameters
propertyKeypropertykey
void NXOpen::PID::PropertyCellRangeBuilder::SetPropertyKey ( const char *  propertyKey)

Sets the property key.


Created in NX1847.0.0.

License requirements : nx_pid_design_author ("NX P and ID Design Author")

Parameters
propertyKeypropertykey
void NXOpen::PID::PropertyCellRangeBuilder::SetPropertyType ( NXOpen::PID::PropertyType  propertyType)

Sets the property type.


Created in NX1847.0.0.

License requirements : nx_pid_design_author ("NX P and ID Design Author")

Parameters
propertyTypepropertytype
NXOpen::Diagramming::Tables::CellRangeBuilder* NXOpen::PID::PropertyCellRangeBuilder::TableCellRange ( )

Returns the cell range.


Created in NX1847.0.0.

License requirements : nx_pid_design_author ("NX P and ID Design Author")

virtual bool NXOpen::PID::PropertyCellRangeBuilder::Validate ( )
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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.