Gets or sets whether the configuration is locked.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Lock As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IConfiguration
Dim value As System.Boolean
instance.Lock = value
value = instance.Lock |
C# | |
---|
System.bool Lock {get; set;} |
C++/CLI | |
---|
property System.bool Lock {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True for locked configuration, false for unlocked configuration
Example
Remarks
See Also
Availability
SOLIDWORKS 2003 FCS, Revision Number 11.0