Gets whether this drawing document has a PDF file in the vault.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property HasPDF As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocument
Dim value As System.Integer
value = instance.HasPDF |
C# | |
---|
System.int HasPDF {get;} |
C++/CLI | |
---|
property System.int HasPDF {
System.int get();
} |
Property Value
0 if this drawing document does not have a PDF file in the vault, 1 if it does
Remarks
See Also
Availability
SOLIDWORKS Workgroup PDM 2008 FCS