GetSelectedObjectCount Method (ISelectionMgr)
Obsolete. Superseded by ISelectionMgr::GetSelectedObjectCount2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSelectedObjectCount() As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISelectionMgr
Dim value As System.Integer
value = instance.GetSelectedObjectCount() |
C# | |
---|
System.int GetSelectedObjectCount() |
C++/CLI | |
---|
System.int GetSelectedObjectCount(); |
See Also