Nevron .NET Vision
Nevron.Diagram Namespace / INDiagramElementReferenceHolder Interface / GetRootForReferenceProperty Method
property exposing id


In This Topic
    GetRootForReferenceProperty Method (INDiagramElementReferenceHolder)
    In This Topic
    Obtains the root, from which to search for the referenced element
    Syntax
    'Declaration
     
    
    Function GetRootForReferenceProperty( _
       ByVal property As System.String _
    ) As INDiagramElementContainer
    'Usage
     
    
    Dim instance As INDiagramElementReferenceHolder
    Dim property As System.String
    Dim value As INDiagramElementContainer
     
    value = instance.GetRootForReferenceProperty(property)
    INDiagramElementContainer GetRootForReferenceProperty( 
       System.string property
    )

    Parameters

    property
    property exposing id

    Return Value

    root for the search
    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