adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTIndependentObject Class / GetObjectReferences Method
List of references to fetch. Null to fetch all references.
If True, the referencing objects are returned in the results. If False, only the OIDs of the referencing objects are returned.
Reserved for future use. Set to 0.


In This Topic
    GetObjectReferences Method
    In This Topic
    Gets all objects that referenced this object.
    Syntax
    'Declaration
     
    
    Public Function GetObjectReferences( _
       ByVal referencesToFetch() As String, _
       ByVal fetchObjects As Boolean, _
       ByVal options As Integer _
    ) As FindReferenceResults

    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.
    See Also