'DeclarationPublic Function GetObjectReferences( _ ByVal referencesToFetch() As String, _ ByVal fetchObjects As Boolean, _ ByVal options As Integer _ ) As FindReferenceResults
public FindReferenceResults GetObjectReferences( string[] referencesToFetch, bool fetchObjects, int options )
Parameters
- referencesToFetch
 - List of references to fetch. Null to fetch all references.
 - fetchObjects
 - If True, the referencing objects are returned in the results. If False, only the OIDs of the referencing objects are returned.
 - options
 - Reserved for future use. Set to 0.