This document is archived and information here might be outdated. Recommended version. |
Apply to the corresponding layer.
[Visual Basic .NET] Public Sub Apply ( _ ByVal pGlobe As IGlobe, _ ByVal pLayer As ILayer _ )
[C#] public void Apply ( IGlobe pGlobe, ILayer pLayer );
[C++]
HRESULT Apply(
IGlobe* pGlobe,
ILayer* pLayer
);
[C++] Parameters pGlobe [in]
pGlobe is a parameter of type IGlobe* pLayer [in]
pLayer is a parameter of type ILayer*