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


IACShieldSymbol.MinSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACShieldSymbol Interface > IACShieldSymbol.MinSize Property
ArcGIS Developer Help

IACShieldSymbol.MinSize Property

The shield size.

[Visual Basic .NET]
Public Property MinSize As Integer
[C#]
public int MinSize {get; set;}
[C++]
HRESULT get_MinSize(
  System.Int32* Size
);
[C++]
HRESULT put_MinSize(
  long Size
);
[C++]
Parameters
Size [out, retval]

Size is a parameter of type long* Size [in]
Size is a parameter of type long

Product Availability

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

See Also

IACShieldSymbol Interface