ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyleCollection.AddTacticalGraphicStyle Method

Adds a tactical graphic style to the collection.

[Visual Basic .NET]
Public Sub AddTacticalGraphicStyle ( _
    ByVal Style As ITacticalGraphicStyle, _
    [ByVal Index As Integer] _
)
[C#]
public void AddTacticalGraphicStyle (
    ITacticalGraphicStyle Style,
    int Index
);
[C#]

Optional Values

Index   Supply -1 as a default value.
[C++]
HRESULT AddTacticalGraphicStyle(
  ITacticalGraphicStyle* Style,
  long Index
);
[C++]

Parameters

Style [in]

  Style is a parameter of type ITacticalGraphicStyle

Index [in, optional, defaultvalue(-1)]   Index is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphicStyleCollection Interface