Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryBrowser Class / NewFloorPlanShapesLibraryGroup Method
measurement unit of the library


In This Topic
    NewFloorPlanShapesLibraryGroup Method
    In This Topic
    Creates a new library group with the predefined floor plan shapes and adds it in the library browser
    Syntax
    'Declaration
     
    
    Public Overridable Function NewFloorPlanShapesLibraryGroup( _
       ByVal measurementUnit As NMeasurementUnit _
    ) As NLibraryGroup
    'Usage
     
    
    Dim instance As NLibraryBrowser
    Dim measurementUnit As NMeasurementUnit
    Dim value As NLibraryGroup
     
    value = instance.NewFloorPlanShapesLibraryGroup(measurementUnit)
    public virtual NLibraryGroup NewFloorPlanShapesLibraryGroup( 
       NMeasurementUnit measurementUnit
    )

    Parameters

    measurementUnit
    measurement unit of the library

    Return Value

    library group with floor plan shapes
    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