Gets or sets the type of model document to open.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property DocumentType As System.Integer | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IDocumentSpecification
Dim value As System.Integer
 
instance.DocumentType = value
 
value = instance.DocumentType | 
| C# |  | 
|---|
| System.int DocumentType {get; set;} | 
| C++/CLI |  | 
|---|
| property System.int DocumentType {
   System.int get();
   void set ( &   System.int value);
} | 
Property Value
Type of document as defined by 
swDocumentTypes_eExample
            Remarks
            
            
            See Also
 
            Availability
SOLIDWORKS 2008 FCS, Revision Number 16.0