ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyleCollection.Current Property

Specifies the current tactical graphic style and applies it to all graphics.

[Visual Basic .NET]
Public Property Current As Integer
[C#]
public int Current {get; set;}
[C++]
HRESULT get_Current(
  long* Current
);
[C++]
HRESULT put_Current(
  long Current
);
[C++]

Parameters

Current [out, retval]   Current is a parameter of type long Current [in]   Current is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphicStyleCollection Interface