Gets the name of the stream for the preview bitmap (.png) of this document.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property PreviewPNGStreamName As String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument10
Dim value As String
value = instance.PreviewPNGStreamName
|
C# | |
---|
string PreviewPNGStreamName {get;} |
C++/CLI | |
---|
property String^ PreviewPNGStreamName {
String^ get();
} |
Return Value
Name of the stream for the preview bitmap (.png) or an empty string if preview bitmap (.png) does not exist
See Also
Availability
SolidWorks Document Manager API 2008 FCS