ImageGear for .NET
indexOfBoundVertex Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > Vertex Class : indexOfBoundVertex Method

vertex
Vertex for search.

Glossary Item Box

Returns index of vertex in bound vertex list if exists. In otherwise this is -1.

Syntax

ASP.NET Ajax Javascript (Specification) 
function indexOfBoundVertex( 
   vertex : Vertex
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfVertex.indexOfBoundVertex(Vertex);

Parameters

vertex
Vertex for search.

See Also

©2013. Accusoft Corporation. All Rights Reserved.