ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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