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