ArcObjects Library Reference  (GeoDatabase)    

IGeoDatasetSchemaEdit.CanAlterSpatialReference Property

Indicates if the spatial reference of the dataset can be altered.

[Visual Basic 6.0]
Property CanAlterSpatialReference As Boolean
[Visual Basic .NET]
Public ReadOnly Property CanAlterSpatialReference As Boolean
[C#]
public bool CanAlterSpatialReference {get;}
[Java]
public boolean isCanAlterSpatialReference()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_CanAlterSpatialReference(
  VARIANT_BOOL* canAlter
);
[C++]

Parameters

canAlter [out, retval]

  canAlter is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeoDatasetSchemaEdit Interface

Example

IGeoDatasetSchemaEdit Example

 


Feedback Send feedback on this page