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


IDatumChecker2.SetSpatialReferenceCheckBasic 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.SetSpatialReferenceCheckBasic Method
ArcGIS Developer Help

IDatumChecker2.SetSpatialReferenceCheckBasic Method

Checks for a change to the data frame's spatial reference.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IDatumChecker2 Interface