This document is archived and information here might be outdated. Recommended version. |
Returns a copy of the NAContext referenced by the NALayer.
[Visual Basic .NET] Public Function CopyContext ( _ ) As INAContext
[C#] public INAContext CopyContext ( );
[C++]
HRESULT CopyContext(
void
);
CopyContext makes a copy of the NALayer's NAContext that can later be re-applied to the NALayer. This method should only be used in conjunction with the AttachContext within Server or Engine applications.