This document is archived and information here might be outdated. Recommended version. |
Get TODO.
[Visual Basic .NET] Public Property ActionLayer As ILayer
[C#] public ILayer ActionLayer {get; set;}
[C++]
HRESULT get_ActionLayer(
ILayer** ippActionLayer
);
[C++]
HRESULT putref_ActionLayer(
ILayer* ippActionLayer
);
[C++]
Parameters ippActionLayer [out, retval]
ippActionLayer is a parameter of type ILayer** ippActionLayer [in]
ippActionLayer is a parameter of type ILayer*