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


IACShieldSymbol.Type 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.Type Property
ArcGIS Developer Help

IACShieldSymbol.Type Property

The shield type.

[Visual Basic .NET]
Public Property Type As acShieldSymbolType
[C#]
public acShieldSymbolType Type {get; set;}
[C++]
HRESULT get_Type(
  acShieldSymbolType* Type
);
[C++]
HRESULT put_Type(
  acShieldSymbolType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type acShieldSymbolType* Type [in]
Type is a parameter of type acShieldSymbolType

Product Availability

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

See Also

IACShieldSymbol Interface