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


In This Topic
    GetRootForReferenceProperty Method (NLabel)
    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 NLabel
    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
    For the AnchorUniqueId property this implementation returns the shape to which label belongs
    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