SurfaceDeleteFaceFeatures.item Method
Parent Object:
SurfaceDeleteFaceFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SurfaceDeleteFaceFeatures.h>
Description
Function that returns the specified SurfaceDeleteFaceFeature object using an index into the collection.
Syntax
"surfaceDeleteFaceFeatures_var" is a variable referencing a SurfaceDeleteFaceFeatures object.returnValue = surfaceDeleteFaceFeatures_var.item(index)
|
"surfaceDeleteFaceFeatures_var" is a variable referencing a SurfaceDeleteFaceFeatures object.
#include <Fusion/Features/SurfaceDeleteFaceFeatures.h>
returnValue = surfaceDeleteFaceFeatures_var->item(index);
|
Return Value
Parameters
index |
uinteger |
The index of the item within the collection to return. The first item in the collection has an index of 0. |
Version
Introduced in version August 2016