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