NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::FeatureProcessBuilderStatus Class Reference


Created in NX7.5.0. More...

Inheritance diagram for NXOpen::FeatureProcessBuilderStatus:
NXOpen::TransientObject

List of all members.

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.

Detailed Description


Created in NX7.5.0.



Member Enumeration Documentation

Result status enumeration to indicate the result status of feature process creation.

Enumerator:
ResultStatusNoError 

All operations have been created.

No errors.

ResultStatusOperationNotAllocated 

Some operations have been created, but others didn't.

ResultStatusNoOperationsCreated 

No operations have been created.


Constructor & Destructor Documentation

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


Member Function Documentation

Returns a result status code for a feature process builder.

Returns:

Created in NX7.5.0.

License requirements : None

Sets a result status code for a feature process builder.


Created in NX7.5.0.

License requirements : None

Parameters:
resultresult

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