Marker symbol size.
[Visual Basic .NET]
Public Property Size As Double
[C#]
public double Size {get; set;}
[C++]
HRESULT get_Size(
double* Size
);
[C++]
HRESULT put_Size(
double Size
);
[C++]
Parameters
Size [out, retval]
Size is a parameter of type double
Size [in]
Size is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Size is the size (the largest measurement, height or width) in points (approx 1/72 inch) of a marker symbol.
See Also
IMarkerSymbol Interface
.NET Snippets
Add Graphics Layer to Globe |
.NET Samples
Create a custom tool (Code Files:
DrawGraphicLine) |
Creating a toolbar of globe tools (Code Files:
PointElement StyleElement) |
Custom UI elements using add-ins (Code Files:
AddGraphicsTool) |
Dynamic biking (Code Files:
DynamicBikingCmd) |
Dynamic display layer (Code Files:
MyDynamicLayerClass) |
Dynamic logo (Code Files:
DynamicLogo) |
Executing geoprocessing tools in the background (Code Files:
RunGPForm) |
Geoevents in a MapControl (Code Files:
GeoEvents) |
GraphicTracker with the map (Code Files:
GTMapForm) |
Multivariate renderer (Code Files:
MultivariateRenderer) |
RSS weather layer (Code Files:
RSSWeatherLayerClass) |
Triangle graphic element (Code Files:
TriangleElementClass) |
Using MOLE symbol-based graphics with interactive maps (Code Files:
MainForm) |
.NET Related Topics
Create a custom tool |
Getting started with dynamic display |
How to connect to ArcGIS Tracking Server |
Implementing persistence |