This document is archived and information here might be outdated.  Recommended version.


ILayerDrawingDescriptionFactory.CanCreate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerDrawingDescriptionFactory Interface > ILayerDrawingDescriptionFactory.CanCreate Method
ArcGIS Developer Help

ILayerDrawingDescriptionFactory.CanCreate Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILayerDrawingDescriptionFactory Interface