Skip to content

MultipleShapeFileFeatureLayer

Inheritance Hierarchy

Members Summary

Public Constructors Summary

Name
MultipleShapeFileFeatureLayer()
MultipleShapeFileFeatureLayer(String)
MultipleShapeFileFeatureLayer(String,String)
MultipleShapeFileFeatureLayer(IEnumerable<String>)
MultipleShapeFileFeatureLayer(IEnumerable<String>,IEnumerable<String>)

Protected Constructors Summary

Name
N/A

Public Properties Summary

Name Return Type Description
Attribution String N/A
Background GeoColor N/A
BlueTranslation Single N/A
ColorMappings Dictionary<GeoColor,GeoColor> N/A
DrawingExceptionMode DrawingExceptionMode N/A
DrawingMarginInPixel Single N/A
DrawingQuality DrawingQuality N/A
DrawingTime TimeSpan N/A
EditTools EditTools N/A
Encoding Encoding This property gets and sets the encoding information for the DBF.
FeatureIdsToExclude Collection<String> N/A
FeatureSource FeatureSource N/A
GreenTranslation Single N/A
HasBoundingBox Boolean This property checks to see if a Layer has a BoundingBox or not. If it has no BoundingBox, it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs. In MultipleShapeFeatureLayer, we override this API and mark it as true.
Indexes Collection<String> N/A
IndexFilePattern String This property gets and sets the index file pattern that makes up this layer.
IsGrayscale Boolean N/A
IsNegative Boolean N/A
IsOpen Boolean N/A
IsVisible Boolean N/A
KeyColors Collection<GeoColor> N/A
MaxRecordsToDraw Int32 N/A
MultipleShapeFilePattern String This property gets and sets the Shape File pattern that makes up this layer.
Name String N/A
Projection Projection N/A
QueryTools QueryTools N/A
RedTranslation Single N/A
RequestDrawingInterval TimeSpan N/A
ShapeFiles Collection<String> N/A
ThreadSafe ThreadSafetyLevel N/A
Transparency Single N/A
WrappingExtent RectangleShape N/A
WrappingMode WrappingMode N/A
ZoomLevelSet ZoomLevelSet N/A

Protected Properties Summary

Name Return Type Description
FetchedCount Int64 N/A
FetchTime TimeSpan N/A
IsOpenCore Boolean N/A
StyleTime TimeSpan N/A

Public Methods Summary

Name
BuildIndex(String)
BuildIndex(String,BuildIndexMode)
BuildIndex(String,String)
BuildIndex(String,String,BuildIndexMode)
BuildIndex(String,String,String,String)
BuildIndex(String,String,String,String,BuildIndexMode)
BuildIndex(String[],String[])
BuildIndex(String[],String[],BuildIndexMode)
CloneDeep()
Close()
Draw(GeoCanvas,Collection<SimpleCandidate>)
Equals(Object)
GetBoundingBox()
GetHashCode()
GetIndexPathFilenames()
GetShapePathFilenames()
GetType()
Open()
RequestDrawing()
RequestDrawing(RectangleShape)
RequestDrawing(IEnumerable<RectangleShape>)
RequestDrawing(TimeSpan)
RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)
RequestDrawing(RectangleShape,TimeSpan)
RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
ToString()

Protected Methods Summary

Name
CloneDeepCore()
CloseCore()
DrawAttributionCore(GeoCanvas,String)
DrawCore(GeoCanvas,Collection<SimpleCandidate>)
DrawException(GeoCanvas,Exception)
DrawExceptionCore(GeoCanvas,Exception)
Finalize()
GetBoundingBoxCore()
GetWrappingFeaturesForDrawing(WrappingWorldDirection,RectangleShape,Double,Double,IEnumerable<String>,RectangleShape)
MemberwiseClone()
OnDrawingAttribution(DrawingAttributionLayerEventArgs)
OnDrawingException(DrawingExceptionLayerEventArgs)
OnDrawingFeatures(DrawingFeaturesEventArgs)
OnDrawingProgressChanged(DrawingProgressChangedEventArgs)
OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs)
OnDrawnAttribution(DrawnAttributionLayerEventArgs)
OnDrawnException(DrawnExceptionLayerEventArgs)
OnRequestedDrawing(RequestedDrawingLayerEventArgs)
OnRequestingDrawing(RequestingDrawingLayerEventArgs)
OpenCore()
SetupTools()
SetupToolsCore()

Public Events Summary

Name Event Arguments Description
DrawingFeatures DrawingFeaturesEventArgs N/A
DrawingWrappingFeatures DrawingWrappingFeaturesFeatureLayerEventArgs N/A
DrawingProgressChanged DrawingProgressChangedEventArgs N/A
DrawingException DrawingExceptionLayerEventArgs N/A
DrawnException DrawnExceptionLayerEventArgs N/A
DrawingAttribution DrawingAttributionLayerEventArgs N/A
DrawnAttribution DrawnAttributionLayerEventArgs N/A
RequestedDrawing RequestedDrawingLayerEventArgs N/A
RequestingDrawing RequestingDrawingLayerEventArgs N/A

Members Detail

Public Constructors

Name
MultipleShapeFileFeatureLayer()
MultipleShapeFileFeatureLayer(String)
MultipleShapeFileFeatureLayer(String,String)
MultipleShapeFileFeatureLayer(IEnumerable<String>)
MultipleShapeFileFeatureLayer(IEnumerable<String>,IEnumerable<String>)

Protected Constructors

Public Properties

Attribution

Summary

N/A

Remarks

N/A

Return Value

String


Background

Summary

N/A

Remarks

N/A

Return Value

GeoColor


BlueTranslation

Summary

N/A

Remarks

N/A

Return Value

Single


ColorMappings

Summary

N/A

Remarks

N/A

Return Value

Dictionary<GeoColor,GeoColor>


DrawingExceptionMode

Summary

N/A

Remarks

N/A

Return Value

DrawingExceptionMode


DrawingMarginInPixel

Summary

N/A

Remarks

N/A

Return Value

Single


DrawingQuality

Summary

N/A

Remarks

N/A

Return Value

DrawingQuality


DrawingTime

Summary

N/A

Remarks

N/A

Return Value

TimeSpan


EditTools

Summary

N/A

Remarks

N/A

Return Value

EditTools


Encoding

Summary

This property gets and sets the encoding information for the DBF.

Remarks

N/A

Return Value

Encoding


FeatureIdsToExclude

Summary

N/A

Remarks

N/A

Return Value

Collection<String>


FeatureSource

Summary

N/A

Remarks

N/A

Return Value

FeatureSource


GreenTranslation

Summary

N/A

Remarks

N/A

Return Value

Single


HasBoundingBox

Summary

This property checks to see if a Layer has a BoundingBox or not. If it has no BoundingBox, it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs. In MultipleShapeFeatureLayer, we override this API and mark it as true.

Remarks

The default implementation in the base class returns false.

Return Value

Boolean


Indexes

Summary

N/A

Remarks

N/A

Return Value

Collection<String>


IndexFilePattern

Summary

This property gets and sets the index file pattern that makes up this layer.

Remarks

None

Return Value

String


IsGrayscale

Summary

N/A

Remarks

N/A

Return Value

Boolean


IsNegative

Summary

N/A

Remarks

N/A

Return Value

Boolean


IsOpen

Summary

N/A

Remarks

N/A

Return Value

Boolean


IsVisible

Summary

N/A

Remarks

N/A

Return Value

Boolean


KeyColors

Summary

N/A

Remarks

N/A

Return Value

Collection<GeoColor>


MaxRecordsToDraw

Summary

N/A

Remarks

N/A

Return Value

Int32


MultipleShapeFilePattern

Summary

This property gets and sets the Shape File pattern that makes up this layer.

Remarks

None

Return Value

String


Name

Summary

N/A

Remarks

N/A

Return Value

String


Projection

Summary

N/A

Remarks

N/A

Return Value

Projection


QueryTools

Summary

N/A

Remarks

N/A

Return Value

QueryTools


RedTranslation

Summary

N/A

Remarks

N/A

Return Value

Single


RequestDrawingInterval

Summary

N/A

Remarks

N/A

Return Value

TimeSpan


ShapeFiles

Summary

N/A

Remarks

N/A

Return Value

Collection<String>


ThreadSafe

Summary

N/A

Remarks

N/A

Return Value

ThreadSafetyLevel


Transparency

Summary

N/A

Remarks

N/A

Return Value

Single


WrappingExtent

Summary

N/A

Remarks

N/A

Return Value

RectangleShape


WrappingMode

Summary

N/A

Remarks

N/A

Return Value

WrappingMode


ZoomLevelSet

Summary

N/A

Remarks

N/A

Return Value

ZoomLevelSet


Protected Properties

FetchedCount

Summary

N/A

Remarks

N/A

Return Value

Int64


FetchTime

Summary

N/A

Remarks

N/A

Return Value

TimeSpan


IsOpenCore

Summary

N/A

Remarks

N/A

Return Value

Boolean


StyleTime

Summary

N/A

Remarks

N/A

Return Value

TimeSpan


Public Methods

BuildIndex(String)

Summary

This method builds a spatial index for the layer.

Remarks

This overload allows you to pass in a Shape File path and filename pattern. It will generate indexes for each Shape File it finds, matching the index file names to the Shape File names.

Return Value

Type Description
Void None

Parameters

Name Type Description
multipleShapeFilePattern String This parameter is the matching pattern that defines which Shape Files to include.

BuildIndex(String,BuildIndexMode)

Summary

This method builds a spatial index for the layer.

Remarks

This overload allows you to pass in a Shape File path and filename pattern and determines if we re-build index files that already exist. It will generate indexes for each Shape File it finds, matching the index file names to the Shape File names.

Return Value

Type Description
Void None

Parameters

Name Type Description
multipleShapeFilePattern String This parameter is the matching pattern that defines which Shape Files to include.
buildIndexMode BuildIndexMode This parameter determines whether an index file will be rebuilt if it already exists.

BuildIndex(String,String)

Summary

This method builds a spatial index for the layer.

Remarks

This overload allows you to pass in a path and filename pattern for Shapes Files and index files. If you use a pattern for the index file name, it will generate indexes for each Shape File it finds, matching the index file names to the Shape File names. Alternatively, if you use a concrete index file name, it will generate one large index instead. If you enter an indexFilePattern like "C:\Roads\??Roads.idx", it will build individual indexes for each Shape File and name them according to the pattern. If you enter an absolute name, like "C:\Roads\Roads.idx", it will create one large index for all of the Shape Files.

Return Value

Type Description
Void None

Parameters

Name Type Description
multipleShapeFilePattern String This parameter is the matching pattern that defines which Shape Files to include.
indexFilePattern String This parameter is the matching pattern of how to name the index (or indexes).

BuildIndex(String,String,BuildIndexMode)

Summary

This method builds a spatial index for the layer.

Remarks

This overload allows you to pass in a path and filename pattern for Shapes Files and index files. If you use a pattern for the index file name, it will generate indexes for each Shape File it finds, matching the index file names to the Shape File names. Alternatively, if you use a concrete index file name, it will generate one large index instead. If you enter an indexFilePattern like "C:\Roads\??Roads.idx", it will build individual indexes for each Shape File and name them according to the pattern. If you enter an absolute name, like "C:\Roads\Roads.idx", it will create one large index for all of the Shape Files.

Return Value

Type Description
Void None

Parameters

Name Type Description
multipleShapeFilePattern String This parameter is the matching pattern that defines which Shape Files to include.
indexFilePattern String This parameter is the matching pattern of how to name the index (or indexes).
buildIndexMode BuildIndexMode This parameter determines whether an index file will be rebuilt if it already exists.

BuildIndex(String,String,String,String)

Summary

This method builds a spatial index for the layer.

Remarks

This index-building method is very useful when you have a large number of Shape Files that contain only certain records you want. For example, you may have an individual Shape File for the states of Texas and Florida that contains only those states' roads. They are named TXRoads.shp for Texas and FLRoads.shp for Florida. Inside of these Shape Files there is a column that determines whether the roads are normal streets or highways. You, of course, want to draw highways differently. You could use a ValueStyle, but that would be slow because you'd have to look though all of the records at runtime to determine which are the highways. A better solution is to build a custom index that only has highways in it. In this way, you generate the index once and then runtime performance is fast. In our scenario, we would create an index to include all of the road Shape Files by using the pattern "Roads.shp". This will make sure we get both the Texas and Florida roads. Next, we specify the RoadType column as the column parameter. Then we provide a regular expression match that picks out all of the highways, and name the resulting index "Highways.idx". We can then build another, separate index just for the normal streets. In this way, we can quickly sort the roads from the highways -- and we didn't have to cut up our Shape Files to do it.*

Return Value

Type Description
Void None

Parameters

Name Type Description
multipleShapeFilePattern String This parameter is the matching pattern that defines which Shape Files to include.
columnName String This parameter is the column name you want to apply the regular expression towards.
regularExpression String This parameter is the regular expression you want to use to select certain features for your index.
indexFilename String This parameter is the name of the index file you want to generate for the features that match the regular expression.

BuildIndex(String,String,String,String,BuildIndexMode)

Summary

This method builds a spatial index for the layer.

Remarks

This index-building method is very useful when you have a large number of Shape Files that contain only certain records you want. For example, you may have an individual Shape File for the states of Texas and Florida that contains only those states' roads. They are named TXRoads.shp for Texas and FLRoads.shp for Florida. Inside of these Shape Files there is a column that determines whether the roads are normal streets or highways. You, of course, want to draw highways differently. You could use a ValueStyle, but that would be slow because you'd have to look though all of the records at runtime to determine which are the highways. A better solution is to build a custom index that only has highways in it. In this way, you generate the index once and then runtime performance is fast. In our scenario, we would create an index to include all of the road Shape Files by using the pattern "Roads.shp". This will make sure we get both the Texas and Florida roads. Next, we specify the RoadType column as the column parameter. Then we provide a regular expression match that picks out all of the highways, and name the resulting index "Highways.idx". We can then build another, separate index just for the normal streets. In this way, we can quickly sort the roads from the highways -- and we didn't have to cut up our Shape Files to do it.*

Return Value

Type Description
Void None

Parameters

Name Type Description
multipleShapeFilePattern String This parameter is the matching pattern that defines which Shape Files to include.
columnName String This parameter is the column name you want to apply the regular expression towards.
regularExpression String This parameter is the regular expression you want to use to select certain features for your index.
indexFilename String This parameter is the name of the index file you want to generate for the features that match the regular expression.
buildIndexMode BuildIndexMode This parameter determines whether the index file will be rebuilt if it already exists.

BuildIndex(String[],String[])

Summary

This method builds a spatial index for the layer.

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
multipleShapeFiles String[] This parameter represents the shape files to construct the MultipleShapeFileFeatureLayer. The format of it should be new string[] { "C:\CA_counties.shp", "C:\AZ_counties.shp" }.
multipleShapeFileIndexes String[] This parameter represents the shape files to construct the ShapeFileFeatureLayer. The format of it should be new string[] { "C:\CA_counties.midx", "C:\AZ_counties.midx" }.

BuildIndex(String[],String[],BuildIndexMode)

Summary

This method builds a spatial index for the layer.

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
multipleShapeFiles String[] This parameter represents the shape files to construct the MultipleShapeFileFeatureLayer. The format of it should be new string[] { "C:\CA_counties.shp", "C:\AZ_counties.shp" }.
multipleShapeFileIndexes String[] This parameter represents the shape files to construct the ShapeFileFeatureLayer. The format of it should be new string[] { "C:\CA_counties.midx", "C:\AZ_counties.midx" }.
buildIndexMode BuildIndexMode N/A

CloneDeep()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Layer N/A

Parameters

Name Type Description
N/A N/A N/A

Close()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

Draw(GeoCanvas,Collection<SimpleCandidate>)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
canvas GeoCanvas N/A
labelsInAllLayers Collection<SimpleCandidate> N/A

Equals(Object)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Boolean N/A

Parameters

Name Type Description
obj Object N/A

GetBoundingBox()

Summary

N/A

Remarks

N/A

Return Value

Type Description
RectangleShape N/A

Parameters

Name Type Description
N/A N/A N/A

GetHashCode()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Int32 N/A

Parameters

Name Type Description
N/A N/A N/A

GetIndexPathFilenames()

Summary

This method returns a collection of the index files and their paths that make up the layer.

Remarks

None

Return Value

Type Description
Collection<String> This method returns a collection of the index files and their paths that make up the layer.

Parameters

Name Type Description
N/A N/A N/A

GetShapePathFilenames()

Summary

This method returns a collection of the Shape Files and their paths that make up the layer.

Remarks

None

Return Value

Type Description
Collection<String> This method returns a collection of the Shape Files and their paths that make up the layer.

Parameters

Name Type Description
N/A N/A N/A

GetType()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Type N/A

Parameters

Name Type Description
N/A N/A N/A

Open()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

RequestDrawing()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

RequestDrawing(RectangleShape)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
extentToRefresh RectangleShape N/A

RequestDrawing(IEnumerable<RectangleShape>)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
extentsToRefresh IEnumerable<RectangleShape> N/A

RequestDrawing(TimeSpan)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
bufferTime TimeSpan N/A

RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
bufferTime TimeSpan N/A
bufferTimeType RequestDrawingBufferTimeType N/A

RequestDrawing(RectangleShape,TimeSpan)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
extentToRefresh RectangleShape N/A
bufferTime TimeSpan N/A

RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
extentToRefresh RectangleShape N/A
bufferTime TimeSpan N/A
bufferTimeType RequestDrawingBufferTimeType N/A

RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
extentsToRefresh IEnumerable<RectangleShape> N/A
bufferTime TimeSpan N/A

RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
extentsToRefresh IEnumerable<RectangleShape> N/A
bufferTime TimeSpan N/A
bufferTimeType RequestDrawingBufferTimeType N/A

ToString()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

Protected Methods

CloneDeepCore()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Layer N/A

Parameters

Name Type Description
N/A N/A N/A

CloseCore()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

DrawAttributionCore(GeoCanvas,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
canvas GeoCanvas N/A
attribution String N/A

DrawCore(GeoCanvas,Collection<SimpleCandidate>)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
canvas GeoCanvas N/A
labelsInAllLayers Collection<SimpleCandidate> N/A

DrawException(GeoCanvas,Exception)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
canvas GeoCanvas N/A
e Exception N/A

DrawExceptionCore(GeoCanvas,Exception)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
canvas GeoCanvas N/A
e Exception N/A

Finalize()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

GetBoundingBoxCore()

Summary

N/A

Remarks

N/A

Return Value

Type Description
RectangleShape N/A

Parameters

Name Type Description
N/A N/A N/A

GetWrappingFeaturesForDrawing(WrappingWorldDirection,RectangleShape,Double,Double,IEnumerable<String>,RectangleShape)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Collection<Feature> N/A

Parameters

Name Type Description
wrappingFeatureDirection WrappingWorldDirection N/A
drawingWorldExtent RectangleShape N/A
canvasWidth Double N/A
canvasHeight Double N/A
returningColumnNames IEnumerable<String> N/A
wrappingWorldExtent RectangleShape N/A

MemberwiseClone()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Object N/A

Parameters

Name Type Description
N/A N/A N/A

OnDrawingAttribution(DrawingAttributionLayerEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
args DrawingAttributionLayerEventArgs N/A

OnDrawingException(DrawingExceptionLayerEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
e DrawingExceptionLayerEventArgs N/A

OnDrawingFeatures(DrawingFeaturesEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
e DrawingFeaturesEventArgs N/A

OnDrawingProgressChanged(DrawingProgressChangedEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
e DrawingProgressChangedEventArgs N/A

OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
e DrawingWrappingFeaturesFeatureLayerEventArgs N/A

OnDrawnAttribution(DrawnAttributionLayerEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
args DrawnAttributionLayerEventArgs N/A

OnDrawnException(DrawnExceptionLayerEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
e DrawnExceptionLayerEventArgs N/A

OnRequestedDrawing(RequestedDrawingLayerEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
eventArgs RequestedDrawingLayerEventArgs N/A

OnRequestingDrawing(RequestingDrawingLayerEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
eventArgs RequestingDrawingLayerEventArgs N/A

OpenCore()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

SetupTools()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

SetupToolsCore()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

Public Events

DrawingFeatures

N/A

Remarks

N/A

Event Arguments

DrawingFeaturesEventArgs

DrawingWrappingFeatures

N/A

Remarks

N/A

Event Arguments

DrawingWrappingFeaturesFeatureLayerEventArgs

DrawingProgressChanged

N/A

Remarks

N/A

Event Arguments

DrawingProgressChangedEventArgs

DrawingException

N/A

Remarks

N/A

Event Arguments

DrawingExceptionLayerEventArgs

DrawnException

N/A

Remarks

N/A

Event Arguments

DrawnExceptionLayerEventArgs

DrawingAttribution

N/A

Remarks

N/A

Event Arguments

DrawingAttributionLayerEventArgs

DrawnAttribution

N/A

Remarks

N/A

Event Arguments

DrawnAttributionLayerEventArgs

RequestedDrawing

N/A

Remarks

N/A

Event Arguments

RequestedDrawingLayerEventArgs

RequestingDrawing

N/A

Remarks

N/A

Event Arguments

RequestingDrawingLayerEventArgs