Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDocument Class / GetRootForReferenceProperty Method
property exposing id


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

    Parameters

    property
    property exposing id

    Return Value

    root for the search
    Remarks
    This implementation will return this for the ActiveLayerUniqueId property
    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