ArcObjects Library Reference (DefenseSolutions)  

ITacticalLuminen.NewLayer Method

Indicates a new tactical graphic layer (w/ specified UID) is being rendered. Should be called at start of each new layer.

[Visual Basic .NET]
Public Sub NewLayer ( _
    ByVal pLayer As Object _
)
[C#]
public void NewLayer (
    object pLayer
);
[C++]
HRESULT NewLayer(
  LPUNKNOWN pLayer
);
[C++]

Parameters

pLayer   pLayer is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalLuminen Interface