ArcObjects Library Reference (DefenseSolutions)  

ITacticalLuminen.GetLayerPresent Method

method GetLayerPresent

[Visual Basic .NET]
Public Sub GetLayerPresent ( _
    ByVal LayerUID As String, _
    ByRef IsPresent As Boolean _
)
[C#]
public void GetLayerPresent (
    string LayerUID,
    ref bool IsPresent
);
[C++]
HRESULT GetLayerPresent(
  BSTR LayerUID,
  VARIANT_BOOL* IsPresent
);
[C++]

Parameters

LayerUID [in]   LayerUID is a parameter of type BSTR IsPresent [out]   IsPresent is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalLuminen Interface