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


ILayerDrawingDescriptionFactory.CanCreate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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,
  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.

See Also

ILayerDrawingDescriptionFactory Interface