Hide Table of Contents
FindTrackedObjects Method (IModelDocExtension)

Finds the tracking IDs assigned to entities in this document.

.NET Syntax

Visual Basic (Declaration) 
Function FindTrackedObjects( _
   ByVal TrackingCookie As System.Integer, _
   ByVal SearchObject As System.Object, _
   ByVal TypesFilter As System.Object, _
   ByVal TrackingIDs As System.Object _
) As System.Object
Visual Basic (Usage) 
Dim instance As IModelDocExtension
Dim TrackingCookie As System.Integer
Dim SearchObject As System.Object
Dim TypesFilter As System.Object
Dim TrackingIDs As System.Object
Dim value As System.Object
 
value = instance.FindTrackedObjects(TrackingCookie, SearchObject, TypesFilter, TrackingIDs)
C# 
System.object FindTrackedObjects( 
   System.int TrackingCookie,
   System.object SearchObject,
   System.object TypesFilter,
   System.object TrackingIDs
)
C++/CLI 
System.Object^ FindTrackedObjects( 
&   System.int TrackingCookie,
&   System.Object^ SearchObject,
&   System.Object^ TypesFilter,
&   System.Object^ TrackingIDs
) 

Parameters

TrackingCookie
Cookie obtained from ISldWorks::RegisterTrackingDefinition
SearchObject
Body or face to search for tracking IDs; if empty, then all bodies in the document are searched
TypesFilter
Array of the type of entities for which to search as defined by swTopoEntity_e; valid values are swTopoVertex, swTopoEdge, swTopoLoop, swTopoFace, and swTopoBody; if empty or set to 0, then all types are searched
TrackingIDs
Array of tracking IDs for which to search; if empty, then search for all tracking IDs

Return Value

Array of objects found that match the specified tracking cookie, types, and tracking IDs; this list can be empty if no matches are found

Remarks

You can set tracking IDs on bodies, faces, edges, loops, and vertices in parts and assemblies only; you cannot set tracking IDs on these entities in drawings. See Tracking IDs for more information. 

 

See Also

Availability

SolidWorks 2009 FCS, Revision Number 17.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   FindTrackedObjects Method (IModelDocExtension)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2014 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.