| Visual Basic | |
|---|---|
ReadOnly Property Count As System.Integer | |
| C# | |
|---|---|
System.int Count {get;} | |
| C++/CLI | |
|---|---|
property System.int Count {
System.int get();
} | |
Property Value
Number of items in this listSee the IEdmSelectionList5 examples.
| SOLIDWORKS PDM Professional API Help | Send Feedback |
| Count Property (IEdmSelectionList5) | |
| See Also | |
|
| EPDM.Interop.epdm Namespace > IEdmSelectionList5 Interface : Count Property (IEdmSelectionList5) |
| Visual Basic | |
|---|---|
ReadOnly Property Count As System.Integer | |
| C# | |
|---|---|
System.int Count {get;} | |
| C++/CLI | |
|---|---|
property System.int Count {
System.int get();
} | |