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


IDatumChecker2.AddLayerCheckBasic Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > ID > IDatumChecker2 Interface > IDatumChecker2.AddLayerCheckBasic Method
ArcGIS Developer Help

IDatumChecker2.AddLayerCheckBasic Method

Adds a layer and checks for datum inconsistencies.

[Visual Basic .NET]
Public Function AddLayerCheckBasic ( _
    ByVal BasicMap As IBasicMap, _
    ByVal Layer As ILayer, _
    ByVal parentHWnd As Integer _
) As Boolean
[C#]
public bool AddLayerCheckBasic (
    IBasicMap BasicMap,
    ILayer Layer,
    int parentHWnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDatumChecker2 Interface