Gets or sets whether the model document is opened read-only or read-write.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ReadOnly As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDocumentSpecification
Dim value As Boolean
instance.ReadOnly = value
value = instance.ReadOnly
|
C# | |
---|
bool ReadOnly {get; set;} |
C++/CLI | |
---|
property bool ReadOnly {
bool get();
void set (bool value);
} |
Return Value
True if the model document is opened read-only, false if read-write
Example
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0