Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatchLayout Class / VerifyAnchor Method
anchor to test


In This Topic
    VerifyAnchor Method
    In This Topic
    Verifies if the specified node is a valid anchor node
    Syntax
    'Declaration
     
    
    Protected Overridable Function VerifyAnchor( _
       ByVal anchor As INNode _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NBatchLayout
    Dim anchor As INNode
    Dim value As System.Boolean
     
    value = instance.VerifyAnchor(anchor)
    protected virtual System.bool VerifyAnchor( 
       INNode anchor
    )

    Parameters

    anchor
    anchor to test

    Return Value

    true if the node is a valid anchor, otherwise false
    Remarks
    By default a valid anchor node is a a not null node reference, which has valid bounds and is a member of the batch.
    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