NX Open C++ Reference Guide
|
Created in NX7.5.0.
More...
Public Types | |
enum | ResultStatus { ResultStatusNoError, ResultStatusOperationNotAllocated, ResultStatusNoOperationsCreated } |
Result status enumeration to indicate the result status of feature process creation. More... | |
Public Member Functions | |
NXOpen::FeatureProcessBuilderStatus::ResultStatus | GetResultStatus () |
Returns a result status code for a feature process builder. | |
void | SetResultStatus (NXOpen::FeatureProcessBuilderStatus::ResultStatus result) |
Sets a result status code for a feature process builder. | |
virtual | ~FeatureProcessBuilderStatus () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Created in NX7.5.0.
Result status enumeration to indicate the result status of feature process creation.
|
virtual |
Free resources associated with the instance.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX7.5.0.
License requirements : None
NXOpen::FeatureProcessBuilderStatus::ResultStatus NXOpen::FeatureProcessBuilderStatus::GetResultStatus | ( | ) |
Returns a result status code for a feature process builder.
void NXOpen::FeatureProcessBuilderStatus::SetResultStatus | ( | NXOpen::FeatureProcessBuilderStatus::ResultStatus | result | ) |
Sets a result status code for a feature process builder.
Created in NX7.5.0.
License requirements : None
result | result |