This document is archived and information here might be outdated. Recommended version. |
Returns if a drawing description can be created for the given layer.
[Visual Basic .NET] Public Function CanCreate ( _ ByVal pLayer As ILayer _ ) As Boolean
[C#] public bool CanCreate ( ILayer pLayer );
[C++]
HRESULT CanCreate(
ILayer* pLayer
);
[C++] Parameters pLayer [in]
pLayer is a parameter of type ILayer*