This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerDrawingDescriptionFactory Interface > ILayerDrawingDescriptionFactory.CanCreate Method (ArcObjects .NET 10.4 SDK) |
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