Gets the name of the stream for the preview bitmap (.png) of this sheet.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property PreviewPNGStreamName As String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMSheet2
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
Example
See Also
Availability
SolidWorks Document Manager API 2009 SP3