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,
VARIANT_BOOL* CanCreate
);
[C++]Parameters
pLayer [in]pLayer is a parameter of type ILayer
CanCreate [out, retval] CanCreate is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.