ArcObjects Library Reference (DefenseSolutions)  

IFELuminen.AddForceElementLayer Method

Adds the specified force element layer for rendering as billboards.

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

Parameters

pLayer [in]   pLayer is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFELuminen Interface