eDriven Framework API
GetStageAtDepth Method (depth)
NamespaceseDriven.GuiStageManagerGetStageAtDepth(Int32)
eDriven Framework API
Gets the stage at a supplied depth
If not found, returns null
Declaration Syntax
C#Visual BasicVisual C++
public Stage GetStageAtDepth(
	int depth
)
Public Function GetStageAtDepth ( _
	depth As Integer _
) As Stage
public:
Stage^ GetStageAtDepth(
	int depth
)
Parameters
depth (Int32)
Return Value

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)