All Frameworks Object Hierarchy This Framework Previous Indexes
ReleaseAct (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---Activity
|
+---ReleaseAct
Interface representing a Release activity.
Role: This interface is used to retrieve/assign the value of attributes
for the Release activity.
The following code snippet can be used to obtain a ReleaseAct from a selected Activity
Dim oSelectAct As Activity
set oSelectAct = CATIA.ActiveDocument.Selection.FindObject("CATIAActivity")
Dim objReleaseAct As ReleaseAct
set objReleaseAct = oSelectAct.GetTechnologicalObject("ReleaseAct")
Property Index
-
GrabbingObject
- Sets and retrieves the grabbing object
Method Index
-
GetGrabbedObjects
- Sets and retrieves the grabbed objects
-
PutGrabbedObjects
-
Properties
-
Sets and retrieves the grabbing object
- Returns:
- oGrabbingObject The grabbing object.
- Parameters:
-
- iGrabbingObject
- The specified grabbing object
Methods
-
Sets and retrieves the grabbed objects
- Returns:
- oGrabbedObjects The grabbed object.
- Parameters:
-
- iGrabbedObjects
- The specified grabbed objects
-