Heureka API .NET Documentation
ProjectConfiguration.FileLayerData Constructor(String,ProjectionInfo,IFeatureScheme)



Syntax
'Declaration
 
Public Function New( _
   ByVal filename As String, _
   ByVal projInfo As DotSpatial.Projections.ProjectionInfo, _
   ByVal scheme As DotSpatial.Symbology.IFeatureScheme _
)
'Usage
 
Dim filename As String
Dim projInfo As DotSpatial.Projections.ProjectionInfo
Dim scheme As DotSpatial.Symbology.IFeatureScheme
 
Dim instance As New ProjectConfiguration.FileLayerData(filename, projInfo, scheme)
public ProjectConfiguration.FileLayerData( 
   string filename,
   DotSpatial.Projections.ProjectionInfo projInfo,
   DotSpatial.Symbology.IFeatureScheme scheme
)
public:
ProjectConfiguration.FileLayerData( 
   String^ filename,
   DotSpatial.Projections.ProjectionInfo^ projInfo,
   DotSpatial.Symbology.IFeatureScheme^ scheme
)

Parameters

filename
projInfo
scheme
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

Reference

ProjectConfiguration.FileLayerData Class
ProjectConfiguration.FileLayerData Members
Overload List

Send Feedback