NX Open C++ Reference Guide
|
A property within either a VisualReporting::Rule or a VisualReporting::Condition , or used as referenced property information for the report. More...
A property within either a VisualReporting::Rule or a VisualReporting::Condition , or used as referenced property information for the report.
Created in NX7.0.0.
Represents the possible VisualReporting::Property::SystemDatatype options for a property.
Represents the possible VisualReporting::Property::PropertyType options for a property.
TypeOptionArrangementSpecificPositionProperty |
Arrengement specific positioning. |
TypeOptionAttributeProperty |
Part attribute property. |
TypeOptionComponentGroupProperty |
Component group name. |
TypeOptionComponentNameProperty |
Component name. |
TypeOptionDescriptivePartNameProperty |
Descriptive part name. |
TypeOptionLoadStateProperty |
The load-state of the component. |
TypeOptionMassKgProperty |
The mass of the component in pounds. |
TypeOptionMassLbProperty |
The mass of the component in kilograms. |
TypeOptionModifiedProperty |
Whether the component is modified. |
TypeOptionMultiCadProperty |
Parts mastered in a CAD system other than NX. |
TypeOptionPartNameProperty |
Part name. |
TypeOptionPartUnitsProperty |
Part units. |
TypeOptionPiecePartProperty |
Piece part. |
TypeOptionPositionProperty |
The position of the component. |
TypeOptionPositionControlProperty |
The position control of the component. |
TypeOptionReadOnlyProperty |
Whether the component is read-only. |
TypeOptionReferenceSetProperty |
The reference-set used by the component. |
TypeOptionRootPartProperty |
Root part occurrence. |
TypeOptionSuppressionControlProperty |
The suppression control of the component. |
TypeOptionWeightStatusProperty |
The weight status of the component. |
TypeOptionTeamcenterProperty |
Teamcenter property. |
TypeOptionServerProperty |
Server Property defined in server side report. |
TypeOptionDegreesOfFreedomProperty |
The freedom degree of the component. |
TypeOptionRuleEvaluationResultProperty |
Rule Evaluation for results in part. |
TypeOptionCheckMateResultProperty |
Check-Mate result. |
TypeOptionLastModifiedDateProperty |
last modify date property |
TypeOptionRequirementsValidationStatusProperty |
Requirement validate result. |
TypeOptionRepresentationProperty |
Representation Status. |
TypeOptionLastModifiedUserProperty |
last modify user property |
Returns the bitmap name of this property.
Created in NX8.0.0.
License requirements : nx_visual_reporting ("Visual Reporting")
Returns the custom message of this property.
Created in NX8.0.0.
License requirements : nx_visual_reporting ("Visual Reporting")
Returns the VisualReporting::Property::TypeOption of this VisualReporting::Property .
Note that this VisualReporting::Property::PropertyType cannot be modified. Instead it is specified when creating this VisualReporting::Property by using the appropriate function:
Created in NX7.0.0.
License requirements : nx_visual_reporting ("Visual Reporting")
void NXOpen::VisualReporting::Property::SetBitmapName | ( | const NXString & | bitmapName | ) |
Sets the bitmap name of this property.
Created in NX8.0.0.
License requirements : nx_visual_reporting ("Visual Reporting")
bitmapName | bitmapname |
void NXOpen::VisualReporting::Property::SetCustomMessage | ( | const NXString & | customMessage | ) |
Sets the custom message of this property.
Created in NX8.0.0.
License requirements : nx_visual_reporting ("Visual Reporting")
customMessage | custommessage |
NXOpen::VisualReporting::Property::DatatypeOption NXOpen::VisualReporting::Property::SystemDatatype | ( | ) |
Returns the preferred VisualReporting::Property::DatatypeOption that should be used for the owning VisualReporting::Condition or VisualReporting::Classifier .
This function will return a data type of VisualReporting::Property::DatatypeOptionUnknown for properies whose VisualReporting::Property::PropertyType is VisualReporting::Property::TypeOptionTeamcenterProperty , VisualReporting::Property::TypeOptionServerProperty , or VisualReporting::Property::TypeOptionAttributeProperty where the preferred datatype cannot be determined.
Note that this VisualReporting::Property::SystemDatatype cannot be modified. Instead it is determined when creating this VisualReporting::Property by using the appropriate function:
Created in NX7.0.0.
License requirements : nx_visual_reporting ("Visual Reporting")