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


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

IGeodataXform.IsIdentity Property

Indicates if this geodata transform is an identity transform.

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

IsIdentity is a parameter of type bool*

Product Availability

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

See Also

IGeodataXform Interface