C# Class Smrf.NodeXL.Visualization.Wpf.DoubleClickedVertexInfo

Stores information about the vertex that was most recently double-clicked in the NodeXLControl.
Inheritance: Object
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_decSelectedSubgraphLevels Decimal
m_oVertex IVertex

Public Methods

Method Description
DoubleClickedVertexInfo ( IVertex vertex ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

DoubleClickedVertexInfo() public method

Initializes a new instance of the class.
public DoubleClickedVertexInfo ( IVertex vertex ) : System
vertex IVertex /// The vertex that was double-clicked. ///
return System

Property Details

m_decSelectedSubgraphLevels protected_oe property

protected Decimal m_decSelectedSubgraphLevels
return Decimal

m_oVertex protected_oe property

protected IVertex m_oVertex
return IVertex