Functions | |
| bool | AxMap.get_ShapeDrawFill (int LayerHandle, int Shape) |
| Deprecated. Gets whether the specified shape is drawn with a fill. Only works on polygon shapefiles. | |
| bool | AxMap.get_ShapeDrawLine (int LayerHandle, int Shape) |
| Deprecated. Gets whether the lines for the specified shape are drawn. | |
| bool | AxMap.get_ShapeDrawPoint (int LayerHandle, int Shape) |
| Deprecated. Gets whether the points/vertices in specified shape are drawn. | |
| uint | AxMap.get_ShapeFillColor (int LayerHandle, int Shape) |
| Deprecated. Gets the fill color for the specified shape. Only works on polygon shapefiles. | |
| MapWinGIS.tkFillStipple | AxMap.get_ShapeFillStipple (int LayerHandle, int Shape) |
| Deprecated. Gets the fill stipple for the specified shape. Only works on polygon shapefiles. | |
| float | AxMap.get_ShapeFillTransparency (int LayerHandle, int Shape) |
| Deprecated. Gets the percentage of fill transparency for the specified layer. Only works on polygon shapefiles. | |
| uint | AxMap.get_ShapeLineColor (int LayerHandle, int Shape) |
| Deprecated. Gets the line color for the specified shape. Only works on shapefiles. | |
| MapWinGIS.tkLineStipple | AxMap.get_ShapeLineStipple (int LayerHandle, int Shape) |
| Deprecated. Gets the line stipple for the specified shape. Only works on shapefiles. | |
| float | AxMap.get_ShapeLineWidth (int LayerHandle, int Shape) |
| Deprecated. Gets the line width for the specified shape. Only works on shapefiles. Suggested values for line width: 1 - 5. | |
| uint | AxMap.get_ShapePointColor (int LayerHandle, int Shape) |
| Deprecated. Gets the point color for the specified shape. Only works on shapefiles. | |
| int | AxMap.get_ShapePointFontCharListID (int LayerHandle, int Shape) |
| Deprecated. Gets the index of the point marker represented by font character. | |
| int | AxMap.get_ShapePointImageListID (int LayerHandle, int Shape) |
| Allows you specify an image from the image list so that one point shapefile can have multiple icons. | |
| float | AxMap.get_ShapePointSize (int LayerHandle, int Shape) |
| Gets the line point/vertex size for the specified shape. Only works on shapefiles. | |
| MapWinGIS.tkPointType | AxMap.get_ShapePointType (int LayerHandle, int Shape) |
| Deprecated. Gets the line point type for the specified shape. Only works on shapefiles. | |
| uint | AxMap.get_ShapeStippleColor (int LayerHandle, int Shape) |
| Deprecated. Gets the color of the polygon fill stipple for the given shape of the layer. | |
| bool | AxMap.get_ShapeStippleTransparent (int LayerHandle, int Shape) |
| Deprecated. Gets a boolean value which indicates whether the background of fill stipple for given shape of will be transparent. | |
| bool | AxMap.get_ShapeVisible (int LayerHandle, int Shape) |
| Deprecated. Gets the visibility of the specified shape. | |
| void | AxMap.set_ShapeDrawFill (int LayerHandle, int Shape, bool __p3) |
| Deprecated. Sets whether the specified shape is drawn with a fill. Only works on polygon shapefiles. | |
| void | AxMap.set_ShapeDrawLine (int LayerHandle, int Shape, bool __p3) |
| Deprecated. Sets whether the lines for the specified shape are drawn. | |
| void | AxMap.set_ShapeDrawPoint (int LayerHandle, int Shape, bool __p3) |
| Deprecated. Sets whether the points/vertices in specified shape are drawn. | |
| void | AxMap.set_ShapeFillColor (int LayerHandle, int Shape, uint __p3) |
| Deprecated. Sets the fill color for the specified shape. Only works on polygon shapefiles. | |
| void | AxMap.set_ShapeFillStipple (int LayerHandle, int Shape, MapWinGIS.tkFillStipple __p3) |
| Deprecated. Sets the fill stipple for the specified shape. Only works on polygon shapefiles. | |
| void | AxMap.set_ShapeFillTransparency (int LayerHandle, int Shape, float __p3) |
| Deprecated. Sets the percentage of fill trancparency for the specified layer. Only works on polygon shapefiles. | |
| void | AxMap.set_ShapeLineColor (int LayerHandle, int Shape, uint __p3) |
| Deprecated. Sets the line color for the specified shape. Only works on shapefiles. | |
| void | AxMap.set_ShapeLineStipple (int LayerHandle, int Shape, MapWinGIS.tkLineStipple __p3) |
| Deprecated. Sets the line stipple for the specified shape. Only works on shapefiles. | |
| void | AxMap.set_ShapeLineWidth (int LayerHandle, int Shape, float __p3) |
| Deprecated. Sets the line width for the specified shape. Only works on shapefiles. Suggested values for line width: 1 - 5. | |
| void | AxMap.set_ShapePointColor (int LayerHandle, int Shape, uint __p3) |
| Deprecated. Sets the point color for the specified shape. Only works on shapefiles. | |
| void | AxMap.set_ShapePointFontCharListID (int LayerHandle, int Shape, int __p3) |
| Deprecated. Sets the index of the point marker represented by font character. | |
| void | AxMap.set_ShapePointImageListID (int LayerHandle, int Shape, int __p3) |
| Allows you specify an image from the image list so that one point shapefile can have multiple icons. | |
| void | AxMap.set_ShapePointSize (int LayerHandle, int Shape, float __p3) |
| Sets the line point/vertex size for the specified shape. Only works on shapefiles. | |
| void | AxMap.set_ShapePointType (int LayerHandle, int Shape, MapWinGIS.tkPointType __p3) |
| Deprecated. Sets the line point type for the specified shape. Only works on shapefiles. | |
| void | AxMap.set_ShapeStippleColor (int LayerHandle, int Shape, uint __p3) |
| Deprecated. Sets the color of the polygon fill stipple for the given shape of the layer. | |
| void | AxMap.set_ShapeStippleTransparent (int LayerHandle, int Shape, bool __p3) |
| Deprecated. Sets a boolean value which indicates whether the background of fill stipple for given shape of will be transparent. | |
| void | AxMap.set_ShapeVisible (int LayerHandle, int Shape, bool __p3) |
| Deprecated. Sets the visibility of the specified shape. | |
Here is a list of properties for changing appearance of individual shapes of shapefile layer added to the map. The properties listed here are deprecated. This module is a part of the documentation of AxMap class.
| bool AxMap.get_ShapeDrawFill | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets whether the specified shape is drawn with a fill. Only works on polygon shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the fill is to be set. |
| Shape | Handle of the shape for which the fill is to be set. |
| bool AxMap.get_ShapeDrawLine | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets whether the lines for the specified shape are drawn.
| LayerHandle | Handle of the layer containing the shape for which the lines are to be set. |
| Shape | Handle of the shape for which the lines are to be set. |
| bool AxMap.get_ShapeDrawPoint | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets whether the points/vertices in specified shape are drawn.
| LayerHandle | Handle of the layer containing the shape for which the points are to be set. |
| Shape | Handle of the shape for which the points are to be set. |
| uint AxMap.get_ShapeFillColor | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets the fill color for the specified shape. Only works on polygon shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the fill color is to be set. |
| Shape | Handle for the shape for which the fill color is to be set. |
| MapWinGIS.tkFillStipple AxMap.get_ShapeFillStipple | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets the fill stipple for the specified shape. Only works on polygon shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the fill stipple is to be set. |
| Shape | Handle of the shape for which the fill stipple is required. |
| float AxMap.get_ShapeFillTransparency | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets the percentage of fill transparency for the specified layer. Only works on polygon shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the fill transparency is to be set. |
| Shape | Handle of the shape for which the fill transparency is to be set. |
| uint AxMap.get_ShapeLineColor | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets the line color for the specified shape. Only works on shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the line color is required. |
| Shape | Handle of the shape for which the line color is required. |
| MapWinGIS.tkLineStipple AxMap.get_ShapeLineStipple | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets the line stipple for the specified shape. Only works on shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the line stipple is required. |
| Shape | Handle of the shape for which the line stipple is required. |
| float AxMap.get_ShapeLineWidth | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets the line width for the specified shape. Only works on shapefiles. Suggested values for line width: 1 - 5.
| LayerHandle | Handle of the layer for which the line width is required. |
| Shape | Handle of the shape for which the line width is required. |
| uint AxMap.get_ShapePointColor | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets the point color for the specified shape. Only works on shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the point color is required. |
| Shape | Handle of the shape for which the point color is required. |
| int AxMap.get_ShapePointFontCharListID | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets the index of the point marker represented by font character.
| LayerHandle | The handle of the layer. |
| Shape | The index of the shape. |
| int AxMap.get_ShapePointImageListID | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Allows you specify an image from the image list so that one point shapefile can have multiple icons.
| LayerHandle | The layer handle of the layer for which the image list is defined. |
| Shape | The specific shape in the layer that you wish to determine the image index for |
| float AxMap.get_ShapePointSize | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Gets the line point/vertex size for the specified shape. Only works on shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the point/vertex size is required. |
| Shape | Handle of the shape for which the point/vertex size is required |
| MapWinGIS.tkPointType AxMap.get_ShapePointType | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets the line point type for the specified shape. Only works on shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the point type is required. |
| Shape | Handle of the shape for which the point type is required. |
| uint AxMap.get_ShapeStippleColor | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets the color of the polygon fill stipple for the given shape of the layer.
| LayerHandle | The handle of the layer. |
| Shape | The index of the shape. |
| bool AxMap.get_ShapeStippleTransparent | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets a boolean value which indicates whether the background of fill stipple for given shape of will be transparent.
| LayerHandle | The handle of the layer. |
| Shape | The index of the shape. |
| bool AxMap.get_ShapeVisible | ( | int | LayerHandle, |
| int | Shape | ||
| ) |
Deprecated. Gets the visibility of the specified shape.
| LayerHandle | Handle of the layer containing the shape for which the visibility is required. |
| Shape | Handle of the shape for which the visibility is required. |
| void AxMap.set_ShapeDrawFill | ( | int | LayerHandle, |
| int | Shape, | ||
| bool | __p3 | ||
| ) |
Deprecated. Sets whether the specified shape is drawn with a fill. Only works on polygon shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the fill is to be set. |
| Shape | Handle of the shape for which the fill is to be set. |
| __p3 | Sets whether the shape is drawn with a fill or not. |
| void AxMap.set_ShapeDrawLine | ( | int | LayerHandle, |
| int | Shape, | ||
| bool | __p3 | ||
| ) |
Deprecated. Sets whether the lines for the specified shape are drawn.
| LayerHandle | Handle of the layer containing the shape for which the lines are to be set. |
| Shape | Handle of the shape for which the lines are to be set. |
| __p3 | Sets whether the shape is drawn with lines or not. |
| void AxMap.set_ShapeDrawPoint | ( | int | LayerHandle, |
| int | Shape, | ||
| bool | __p3 | ||
| ) |
Deprecated. Sets whether the points/vertices in specified shape are drawn.
| LayerHandle | Handle of the layer containing the shape for which the points are to be set. |
| Shape | Handle of the shape for which the points are to be set. |
| __p3 | Sets whether the shape is drawn with points or not. |
| void AxMap.set_ShapeFillColor | ( | int | LayerHandle, |
| int | Shape, | ||
| uint | __p3 | ||
| ) |
Deprecated. Sets the fill color for the specified shape. Only works on polygon shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the fill color is to be set. |
| Shape | Handle for the shape for which the fill color is to be set. |
| __p3 | Fill color for the shape in the polygon shapefile. This is a System.UInt32 representation of an RGB color |
| void AxMap.set_ShapeFillStipple | ( | int | LayerHandle, |
| int | Shape, | ||
| MapWinGIS.tkFillStipple | __p3 | ||
| ) |
Deprecated. Sets the fill stipple for the specified shape. Only works on polygon shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the fill stipple is to be set. |
| Shape | Handle of the shape for which the fill stipple is to be set. |
| __p3 | Sets fill stipple for the specified shape. |
| void AxMap.set_ShapeFillTransparency | ( | int | LayerHandle, |
| int | Shape, | ||
| float | __p3 | ||
| ) |
Deprecated. Sets the percentage of fill trancparency for the specified layer. Only works on polygon shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the fill transparency is to be set. |
| Shape | Handle of the shape for which the fill transparency is to be set. |
| __p3 | Sets the percentage of fill transparency for the specified shape. |
| void AxMap.set_ShapeLineColor | ( | int | LayerHandle, |
| int | Shape, | ||
| uint | __p3 | ||
| ) |
Deprecated. Sets the line color for the specified shape. Only works on shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the line color is to be set. |
| Shape | Handle of the shape for which the line color is to be set. |
| __p3 | Line color for the shape in the polygon shapefile. This is a System.UInt32 representation of an RGB color |
| void AxMap.set_ShapeLineStipple | ( | int | LayerHandle, |
| int | Shape, | ||
| MapWinGIS.tkLineStipple | __p3 | ||
| ) |
Deprecated. Sets the line stipple for the specified shape. Only works on shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the line stipple is to be set. |
| Shape | Handle of the shape for which the line stipple is to be set. |
| __p3 | Line stipple for the shape in the shapefile. |
| void AxMap.set_ShapeLineWidth | ( | int | LayerHandle, |
| int | Shape, | ||
| float | __p3 | ||
| ) |
Deprecated. Sets the line width for the specified shape. Only works on shapefiles. Suggested values for line width: 1 - 5.
| LayerHandle | Handle of the layer containing the shape for which the line width is to be set. |
| Shape | Handle of the shape for which the line width is to be set |
| __p3 | Line width for the shape in the shapefile. |
| void AxMap.set_ShapePointColor | ( | int | LayerHandle, |
| int | Shape, | ||
| uint | __p3 | ||
| ) |
Deprecated. Sets the point color for the specified shape. Only works on shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the point color is to be set. |
| Shape | Handle of the shape for which the point color is to be set. |
| __p3 | Point color for the shape in the polygon shapefile. This is a System.UInt32 representation of an RGB color |
| void AxMap.set_ShapePointFontCharListID | ( | int | LayerHandle, |
| int | Shape, | ||
| int | __p3 | ||
| ) |
Deprecated. Sets the index of the point marker represented by font character.
| LayerHandle | The handle of the layer. |
| Shape | The index of the shape. |
| __p3 | The index of the marker associated with shape. |
| void AxMap.set_ShapePointImageListID | ( | int | LayerHandle, |
| int | Shape, | ||
| int | __p3 | ||
| ) |
Allows you specify an image from the image list so that one point shapefile can have multiple icons.
| LayerHandle | The layer handle of the layer containing the list to specify an image from. |
| Shape | The specific shape to be assigned a value in the layer. |
| __p3 | The index of the image in the imagelist that you want to assign to the specified shape |
| void AxMap.set_ShapePointSize | ( | int | LayerHandle, |
| int | Shape, | ||
| float | __p3 | ||
| ) |
Sets the line point/vertex size for the specified shape. Only works on shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the point/vertex size is to be set. |
| Shape | Handle of the shape for which the point/vertex size is to be set. |
| __p3 | Point/vertex size for the shape in the shapefile. |
| void AxMap.set_ShapePointType | ( | int | LayerHandle, |
| int | Shape, | ||
| MapWinGIS.tkPointType | __p3 | ||
| ) |
Deprecated. Sets the line point type for the specified shape. Only works on shapefiles.
| LayerHandle | Handle of the layer containing the shape for which the point type is to be set. |
| Shape | Handle of the shape for which the point type is to be set. |
| __p3 | Point type for the shape in the shapefile. |
| void AxMap.set_ShapeStippleColor | ( | int | LayerHandle, |
| int | Shape, | ||
| uint | __p3 | ||
| ) |
Deprecated. Sets the color of the polygon fill stipple for the given shape of the layer.
| LayerHandle | The handle of the layer. |
| Shape | The index of the shape. |
| __p3 | The color of stipple. |
| void AxMap.set_ShapeStippleTransparent | ( | int | LayerHandle, |
| int | Shape, | ||
| bool | __p3 | ||
| ) |
Deprecated. Sets a boolean value which indicates whether the background of fill stipple for given shape of will be transparent.
| LayerHandle | The handle of the layer. |
| Shape | The index of the shape. |
| __p3 | True in case the background is transparent and false otherwise. |
| void AxMap.set_ShapeVisible | ( | int | LayerHandle, |
| int | Shape, | ||
| bool | __p3 | ||
| ) |
Deprecated. Sets the visibility of the specified shape.
| LayerHandle | Handle of the layer containing the shape for which the visibility is to be set |
| Shape | Handle of the shape for which the visibility is to be set. |
| __p3 | Boolean value representing whether the shape is to be visible or not. |
1.7.6.1