Gets or sets whether to load the model if the document is a detached drawing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LoadModel As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDocumentSpecification
Dim value As Boolean
instance.LoadModel = value
value = instance.LoadModel
|
C# | |
---|
bool LoadModel {get; set;} |
C++/CLI | |
---|
property bool LoadModel {
bool get();
void set (bool value);
} |
Return Value
True to load the model, false to not
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0