ArcObjects Library Reference  (Carto)    

IGeoReference.CanGeoRef Property

Indicates if layer can be georeferenced.

[Visual Basic 6.0]
Property CanGeoRef As Boolean
[Visual Basic .NET]
Public ReadOnly Property CanGeoRef As Boolean
[C#]
public bool CanGeoRef {get;}
[Java]
public boolean isCanGeoRef()
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page