NX Open C++ Reference Guide
|
Represents a collection of Validation . More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::Validation * | Create (const NXString &source, NXOpen::Validation::InputType type) |
Create a new validation object. | |
NXOpen::Validation * | Create (const char *source, NXOpen::Validation::InputType type) |
Create a new validation object. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXString | GetRevisionRule () |
Get the current requirement revision rule. | |
void | SetRevisionRule (const NXString &rule) |
Set the current requirement revision rule | |
void | SetRevisionRule (const char *rule) |
Set the current requirement revision rule | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Validation .
To obtain an instance of this class, refer to BasePart
Created in NX4.0.0.
iterator NXOpen::ValidationCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Validation* NXOpen::ValidationCollection::Create | ( | const NXString & | source, |
NXOpen::Validation::InputType | type | ||
) |
Create a new validation object.
source | source where the rules are define NOTE: The full Unicode character set is not supported for this parameter. |
type | selects the kind of validation object |
NXOpen::Validation* NXOpen::ValidationCollection::Create | ( | const char * | source, |
NXOpen::Validation::InputType | type | ||
) |
Create a new validation object.
source | source where the rules are define NOTE: The full Unicode character set is not supported for this parameter. |
type | selects the kind of validation object |
iterator NXOpen::ValidationCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXString NXOpen::ValidationCollection::GetRevisionRule | ( | ) |
Get the current requirement revision rule.
Created in NX6.0.0.
License requirements : None
void NXOpen::ValidationCollection::SetRevisionRule | ( | const NXString & | rule | ) |
Set the current requirement revision rule
Use Validate::RequirementCollection::RevisionRule instead.
Created in NX6.0.0.
License requirements : None
rule | revision rule string NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::ValidationCollection::SetRevisionRule | ( | const char * | rule | ) |
Set the current requirement revision rule
Use Validate::RequirementCollection::RevisionRule instead.
Created in NX6.0.0.
License requirements : None
rule | revision rule string NOTE: The full Unicode character set is not supported for this parameter. |
tag_t NXOpen::ValidationCollection::Tag | ( | ) | const |
Returns the tag of this object.