adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / GetObjectID Method

In This Topic
    GetObjectID Method
    In This Topic
    Gets the object ID from an OID.
    Syntax
    'Declaration
     
    
    Public Shared Function GetObjectID( _
       ByVal oid As OID _
    ) As Nullable(Of Guid)
    public static Nullable<Guid> GetObjectID( 
       OID oid
    )

    Parameters

    oid
    See Also