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