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* pIsIdentity
);
[C++]

Parameters

pIsIdentity [out, retval]   pIsIdentity is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeodataXform Interface