adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ADTObjectCollectionT<T> Class / GetObject Method
The OID of the object to get from the collection.


In This Topic
    GetObject Method (ADTObjectCollectionT<T>)
    In This Topic
    Gets the object with the specified OID.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Overridable Function GetObject( _
       ByVal oid As OID _
    ) As ADTObject
    [CanBeNull()]
    public virtual ADTObject GetObject( 
       OID oid
    )
    [CanBeNull()]
    public:
    virtual ADTObject^ GetObject( 
       OID^ oid
    ) 

    Parameters

    oid
    The OID of the object to get from the collection.

    Return Value

    The requested object, or a null reference (Nothing in Visual Basic) if the object is not found in the collection.
    See Also