Gets or sets whether the PhotoWorks data is stored in the SolidWorks model document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SaveImageWithDocument As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim value As Boolean
instance.SaveImageWithDocument = value
value = instance.SaveImageWithDocument
|
C# | |
---|
bool SaveImageWithDocument {get; set;} |
C++/CLI | |
---|
property bool SaveImageWithDocument {
bool get();
void set (bool value);
} |
Return Value
True the PhotoWorks data is stored in the SolidWorks model document, false if not
Example
Remarks
See Also
Availability
PhotoWorks API 2008 FCS