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


IGeoRefSaveAsDlg.CanSaveAs Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGeoRefSaveAsDlg.CanSaveAs Method

Indicates if the object can rectify the given layer.

[Visual Basic .NET]
Public Function CanSaveAs ( _
    ByVal pLayer As ILayer _
) As Boolean
[C#]
public bool CanSaveAs (
    ILayer pLayer
);
[C++]
HRESULT CanSaveAs(
  ILayer* pLayer,
  VARIANT_BOOL* b
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer b [out, retval] b is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeoRefSaveAsDlg Interface