Nevron .NET Vision
Nevron.Diagram Namespace / NAggregateModel Class / ScaleAggregatedModel Method
aggregated model which must be scaled
info associated with the scaling


In This Topic
    ScaleAggregatedModel Method
    In This Topic
    Called by the ScaleModel method in order to scale the specified aggregated model
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ScaleAggregatedModel( _
       ByVal model As NModel, _
       ByVal info As NAggregateModel.MWbE _
    ) 
    'Usage
     
    
    Dim instance As NAggregateModel
    Dim model As NModel
    Dim info As NAggregateModel.MWbE
     
    instance.ScaleAggregatedModel(model, info)
    protected virtual void ScaleAggregatedModel( 
       NModel model,
       NAggregateModel.MWbE info
    )

    Parameters

    model
    aggregated model which must be scaled
    info
    info associated with the scaling
    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