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


IGeodataXform.IsIdentity Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* IsIdentity
);
[C++]

Parameters IsIdentity [out, retval] IsIdentity is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeodataXform Interface