adTempus API
ArcanaDevelopment.adTempus.Shared.Extensibility Namespace / ICustomObjectSettings Interface / GetReferencedObjects Method


In This Topic
    GetReferencedObjects Method
    In This Topic
    Returns a list of the OIDs of all other adTempus objects referenced by this object.
    Syntax
    'Declaration
     
    
    Function GetReferencedObjects() As IEnumerable(Of OID)
    IEnumerable<OID> GetReferencedObjects()
    IEnumerable<OID^>^ GetReferencedObjects(); 
    See Also