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


IGeoDatasetSchemaEdit2.CanAlterGeodataXform Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeoDatasetSchemaEdit2 Interface > IGeoDatasetSchemaEdit2.CanAlterGeodataXform Property
ArcGIS Developer Help

IGeoDatasetSchemaEdit2.CanAlterGeodataXform Property

Indicates if the geodata transformation of the dataset can be altered.

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

canAlter is a parameter of type bool*

Product Availability

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

See Also

IGeoDatasetSchemaEdit2 Interface