Gets the revision of the document associated with this link.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property Revision As String |
| Visual Basic (Usage) | |
|---|
Dim instance As IPDMWLink
Dim value As String
instance.Revision = value
value = instance.Revision
|
| C# | |
|---|
string Revision {get; set;} |
| C++/CLI | |
|---|
property String^ Revision {
String^ get();
void set (String^ value);
} |
Return Value
Revision of the document associated with this link
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS