adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / OIDListToGuidList Method
List of OIDs to extract the object IDs from


In This Topic
    OIDListToGuidList Method
    In This Topic
    Takes a list of OID values and returns a list of Guids containing only the object IDs.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Shared Function OIDListToGuidList( _
       ByVal oids As List(Of OID) _
    ) As List(Of Guid)
    [NotNull()]
    public static List<Guid> OIDListToGuidList( 
       List<OID> oids
    )
    [NotNull()]
    public:
    static List<Guid>^ OIDListToGuidList( 
       List<OID^>^ oids
    ) 

    Parameters

    oids
    List of OIDs to extract the object IDs from
    See Also