NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISelectionService.GetSelectionCount

Gets the count of selected objects.

[Visual Basic]
Function GetSelectionCount() As Integer
[C#]
int GetSelectionCount();
[C++]
int GetSelectionCount() = 0;
[JScript]
function GetSelectionCount() : int;

Return Value

A count of selected objects.

See Also

ISelectionService Interface | ISelectionService Members | System.ComponentModel.Design Namespace