Gets the name of the stream for the PNG preview bitmap of this configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property PreviewPNGStreamName As String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration7
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 PNG preview bitmap or an empty string if preview bitmap does not exist
Example
See Also
Availability
SolidWorks Document Manager API 2007 FCS