Gets whether the user has write access to this project.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property AllowWrite As System.Integer |
| Visual Basic (Usage) | |
|---|
Dim instance As IPDMWProject
Dim value As System.Integer
instance.AllowWrite = value
value = instance.AllowWrite |
| C# | |
|---|
System.int AllowWrite {get; set;} |
| C++/CLI | |
|---|
property System.int AllowWrite {
System.int get();
void set ( & System.int value);
} |
Property Value
0 if not allowed, 1 if allowed
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS