Nevron .NET Vision
Nevron.Diagram Namespace / NAggregateModel Class / GetModelResizeParameters Method


In This Topic
    GetModelResizeParameters Method
    In This Topic
    Gets the resize parameters for the specified aggregated model
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetModelResizeParameters( _
       ByVal model As NModel _
    ) As NAggregateModel.MEdE
    'Usage
     
    
    Dim instance As NAggregateModel
    Dim model As NModel
    Dim value As NAggregateModel.MEdE
     
    value = instance.GetModelResizeParameters(model)
    protected virtual NAggregateModel.MEdE GetModelResizeParameters( 
       NModel model
    )

    Parameters

    model
    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