Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapImporter Class / CreateFillRulesStyleSheets Method


In This Topic
    CreateFillRulesStyleSheets Method
    In This Topic
    Creates and adds the style sheets for the fill rules of this map importer to the given drawing document.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CreateFillRulesStyleSheets( _
       ByVal document As NDrawingDocument _
    ) 
    'Usage
     
    
    Dim instance As NMapImporter
    Dim document As NDrawingDocument
     
    instance.CreateFillRulesStyleSheets(document)
    protected virtual void CreateFillRulesStyleSheets( 
       NDrawingDocument document
    )

    Parameters

    document
    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