Accusoft.NotateXpress13.Net
NextSelected Method




Returns the next selected element in the current layer.
Syntax
public Element NextSelected()
public: Element* NextSelected(); 
public:
Element^ NextSelected(); 
'Declaration
 
Public Function NextSelected() As Element
 
'Usage
 
Dim instance As ElementCollection
Dim value As Element
 
value = instance.NextSelected()

Return Value

The next selected Element in the collection. If there are no more items, null is returned.
Remarks

To initiate the sequence, call the FirstSelected method.

See Also

Reference

ElementCollection Class
ElementCollection Members
Element Class
FirstSelected Method

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback