Nevron.Chart Namespace / NScaleConfiguratorElementContainer Class / GetDescendantFromUniqueId Method


GetDescendantFromUniqueId Method (NScaleConfiguratorElementContainer)
Syntax
'Declaration
 
Public Function GetDescendantFromUniqueId( _
   ByVal uid As System.Guid, _
   ByVal depth As System.Integer _
) As INElement
 
'Usage
 
Dim instance As NScaleConfiguratorElementContainer
Dim uid As System.Guid
Dim depth As System.Integer
Dim value As INElement
 
value = instance.GetDescendantFromUniqueId(uid, depth)

Parameters

uid
depth
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also