This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBubbleSeriesProperties Interface > IBubbleSeriesProperties.NormalizedRadius Property (ArcObjects .NET 10.4 SDK) |
Properties of normalized Radius.
[Visual Basic .NET] Public Property NormalizedRadius As Boolean
[C#] public bool NormalizedRadius {get; set;}
[C++]
HRESULT get_NormalizedRadius(
VARIANT_BOOL* bNormalized
);
[C++]
HRESULT put_NormalizedRadius(
VARIANT_BOOL bNormalized
);
[C++]
Parameters bNormalized [out, retval] bNormalized is a parameter of type VARIANT_BOOL bNormalized [in] bNormalized is a parameter of type VARIANT_BOOL