ArcObjects Library Reference (GeoDatabase)  

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(
  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

IGeoDatasetSchemaEdit2 Interface