This document is archived and information here might be outdated. Recommended version. |
The masks for a layer.
[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 );
[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 [in]
MaskingLayers is a parameter of type ISet* Layer [in]
Layer is a parameter of type ILayer* MaskingLayers [out, retval]
MaskingLayers is a parameter of type ISet**