NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | List of all members
NXOpen.PDM.AttributeGroupReviseBuilder Class Reference

Represents an attribute group revise builder. More...

Inheritance diagram for NXOpen.PDM.AttributeGroupReviseBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  SaveAsActionType { NewRevision, NewAttributeGroup }
 Represents the save as action on a managed attribute group More...
 

Public Member Functions

unsafe NXOpen.PDM.LogicalObject[] GetLogicalObjects ()
 Returns list of logical objects created by the builder for use during the revise operation. More...
 
unsafe NXOpen.PDM.OperationErrors GetOperationErrors ()
 Returns the NXOpen.PDM.OperationErrors object containing information about the attribute groups that failed to revise. More...
 
unsafe NXOpen.ErrorList GetOperationFailures ()
 Returns the operation failures during revise of the attribute groups More...
 
unsafe NXOpen.PDM.AttributeGroup[] GetRevisedAttributeGroups ()
 Returns a list of attribute groups for use during the revise operation. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 

Detailed Description

Represents an attribute group revise builder.

Given a list of existing attribute groups for an attribute group owner, a new revision for each attribute group is created.

Note: The Builder.Commit returns a null reference (Nothing in Visual Basic) for this builder. Use the NXOpen.PDM.AttributeGroupReviseBuilder.GetRevisedAttributeGroups to get the successfully revised attribute groups after the builder is committed.

Use NXOpen.PDM.IAttributeGroupOwner.CreateAttributeGroupReviseBuilder to create an instance of this class

Created in NX9.0.0

Member Enumeration Documentation

Represents the save as action on a managed attribute group

Enumerator
NewRevision 
NewAttributeGroup 

Member Function Documentation

unsafe NXOpen.PDM.LogicalObject [] NXOpen.PDM.AttributeGroupReviseBuilder.GetLogicalObjects ( )
inline

Returns list of logical objects created by the builder for use during the revise operation.

Created in NX11.0.0

License requirements: None.

Returns
unsafe NXOpen.PDM.OperationErrors NXOpen.PDM.AttributeGroupReviseBuilder.GetOperationErrors ( )
inline

Returns the NXOpen.PDM.OperationErrors object containing information about the attribute groups that failed to revise.

Created in NX9.0.0

License requirements: None.

Returns
unsafe NXOpen.ErrorList NXOpen.PDM.AttributeGroupReviseBuilder.GetOperationFailures ( )
inline

Returns the operation failures during revise of the attribute groups

Created in NX11.0.0

License requirements: None.

Returns
unsafe NXOpen.PDM.AttributeGroup [] NXOpen.PDM.AttributeGroupReviseBuilder.GetRevisedAttributeGroups ( )
inline

Returns a list of attribute groups for use during the revise operation.

Before the builder is committed this list of attribute groups is used to set any required user attribute. The attribute groups do not exist in Teamcenter until the builder is committed. After the builder is committed the list only contains successfully revised attribute groups. Any attribute groups that failed to revise are removed from the list and are no longer valid after commit. Call this method after commit to get a list of the successfully revised attribute groups.

Created in NX9.0.0

License requirements: None.

Returns

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