Accusoft.NotateXpress13.Net
NextSelected Method




Returns the next selected element in the current layer.
Syntax
'Declaration
 
Public Function NextSelected() As Element
'Usage
 
Dim instance As ElementCollection
Dim value As Element
 
value = instance.NextSelected()
public Element NextSelected()
public: Element* NextSelected(); 
public:
Element^ 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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback