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


IGeoReference.CanGeoRef Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoReference Interface > IGeoReference.CanGeoRef Property
ArcGIS Developer Help

IGeoReference.CanGeoRef Property

Indicates if layer can be georeferenced.

[Visual Basic .NET]
Public ReadOnly Property CanGeoRef As Boolean
[C#]
public bool CanGeoRef {get;}
[C++]
HRESULT get_CanGeoRef(
  Boolean* CanGeoRef
);
[C++]
Parameters
CanGeoRef [out, retval]

CanGeoRef is a parameter of type bool*

Product Availability

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

See Also

IGeoReference Interface