This document is archived and information here might be outdated.  Recommended version.


IBubbleSeriesProperties.NormalizedRadius Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBubbleSeriesProperties Interface > IBubbleSeriesProperties.NormalizedRadius Property
ArcGIS Developer Help

IBubbleSeriesProperties.NormalizedRadius Property

Properties of normalized Radius.

[Visual Basic .NET]
Public Property NormalizedRadius As Boolean
[C#]
public bool NormalizedRadius {get; set;}
[C++]
HRESULT get_NormalizedRadius(
  Boolean* bNormalized
);
[C++]
HRESULT put_NormalizedRadius(
  VARIANT_BOOL bNormalized
);
[C++]
Parameters
bNormalized [out, retval]

bNormalized is a parameter of type bool* bNormalized [in]
bNormalized is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBubbleSeriesProperties Interface