Gets the number of documents associated with this link.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Quantity As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWLink
Dim value As Integer
instance.Quantity = value
value = instance.Quantity
|
C# | |
---|
int Quantity {get; set;} |
C++/CLI | |
---|
property int Quantity {
int get();
void set (int value);
} |
Return Value
Number of documents associated with this link
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS