ArcObjects Library Reference  (Carto)    

ILayerMasking.MaskingLayers Property

The masks for a layer.

[Visual Basic 6.0]
Property MaskingLayers(
    ByVal Layer As ILayer _
) As ISet
[Visual Basic .NET]
Public Function get_MaskingLayers ( _
    ByVal Layer As ILayer _
) As ISet
[Visual Basic .NET]
Public Sub set_MaskingLayers ( _
    ByVal Layer As ILayer, _
    ByVal MaskingLayers As ISet _
)
[C#]
public ISet get_MaskingLayers (
    ILayer Layer
);
[C#]
public void set_MaskingLayers (
    ILayer Layer,
    ISet MaskingLayers
);
[Java]
public ISet getMaskingLayers (
    ILayer Layer
)
[Java]
public void setMaskingLayers(
    ILayer Layer
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_MaskingLayers(
  ILayer* Layer,
  ISet** MaskingLayers
);
[C++]
HRESULT put_MaskingLayers(
  ILayer* Layer,
  ISet* MaskingLayers

);

[C++]

Parameters

Layer [in]

  Layer is a parameter of type ILayer

MaskingLayers [out, retval]

  MaskingLayers is a parameter of type ISet

Layer [in]

  Layer is a parameter of type ILayer

MaskingLayers [in]

  MaskingLayers is a parameter of type ISet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILayerMasking Interface

 


Feedback Send feedback on this page