In This Topic
            
            Tests whether an object can be represented as a IC1Document.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function IsC1Document( _
   ByVal  As Object _
) As Boolean
             
        
            
            public static bool IsC1Document( 
   object 
)
             
        
             
        
            Parameters
- o
 
- The object to test.
 
            
            Return Value
true if the object supports a IC1Document, false otherwise.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also