This document is archived and information here might be outdated. Recommended version. |
Indicates the conversion status of a given layer.
[Visual Basic .NET] Public Function GetConversionStatus ( _ ByVal Layer As ILayer _ ) As esriConversionStatus
[C#] public esriConversionStatus GetConversionStatus ( ILayer Layer );
[C++]
HRESULT GetConversionStatus(
ILayer* Layer
);
[C++] Parameters Layer [in]
Layer is a parameter of type ILayer*