Gets or sets whether the options passed during a document's open, load, and save can be retrieved by this API.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Query As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDocumentSpecification
Dim value As Boolean
instance.Query = value
value = instance.Query
|
C# | |
---|
bool Query {get; set;} |
C++/CLI | |
---|
property bool Query {
bool get();
void set (bool value);
} |
Return Value
True to retrieve options, false to not (default)
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0