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