Retrieves the tactical graphic style at the specified index.
[Visual Basic .NET] Public Function TacticalGraphicStyle ( _ ByVal Index As Integer _ ) As ITacticalGraphicStyle
[C#] public ITacticalGraphicStyle TacticalGraphicStyle ( int Index );
[C++]
HRESULT TacticalGraphicStyle(
long Index,
ITacticalGraphicStyle** Style
);
[C++]Parameters
Index [in] Index is a parameter of type long Style [out, retval]Style is a parameter of type ITacticalGraphicStyle
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.