Nevron.Diagram.WinForm.Commands Namespace / NDiagramCommander Class / GetAnchorStyleableAndBatchFormat Method


In This Topic
    GetAnchorStyleableAndBatchFormat Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetAnchorStyleableAndBatchFormat( _
       ByRef anchorStyleable As INStyleable, _
       ByRef batchFormat As NBatchFormat _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDiagramCommander
    Dim anchorStyleable As INStyleable
    Dim batchFormat As NBatchFormat
    Dim value As System.Boolean
     
    value = instance.GetAnchorStyleableAndBatchFormat(anchorStyleable, batchFormat)
    public virtual System.bool GetAnchorStyleableAndBatchFormat( 
       out INStyleable anchorStyleable,
       out NBatchFormat batchFormat
    )

    Parameters

    anchorStyleable
    batchFormat
    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