ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* CanGeoRef
);
[C++]

Parameters

CanGeoRef [out, retval]   CanGeoRef is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeoReference Interface