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 Integer, _
   ByVal SerachObjet As Object, _
   ByVal TypesFilter As Object, _
   ByVal TrackingIDs As Object _
) As Object
Visual Basic (Usage) 
Dim instance As IModelDocExtension
Dim TrackingCookie As Integer
Dim SerachObjet As Object
Dim TypesFilter As Object
Dim TrackingIDs As Object
Dim value As Object
 
value = instance.FindTrackedObjects(TrackingCookie, SerachObjet, TypesFilter, TrackingIDs)
C# 
object FindTrackedObjects( 
   int TrackingCookie,
   object SerachObjet,
   object TypesFilter,
   object TrackingIDs
)
C++/CLI 
Object^ FindTrackedObjects( 
&   int TrackingCookie,
&   Object^ SerachObjet,
&   Object^ TypesFilter,
&   Object^ TrackingIDs
) 

Parameters

TrackingCookie
Cookie obtained from ISldWorks::RegisterTrackingDefinition
SerachObjet
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) 2010 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.