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


IShields.ShieldCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > IShields Interface > IShields.ShieldCount Property
ArcGIS Developer Help

IShields.ShieldCount Property

The number of shields.

[Visual Basic .NET]
Public ReadOnly Property ShieldCount As Integer
[C#]
public int ShieldCount {get;}
[C++]
HRESULT get_ShieldCount(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long*

Product Availability

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

Remarks

Returns a count of the number of shields that have been specified.

See Also

IShields Interface