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


ICadastralTransformationData.TransDataCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralTransformationData Interface > ICadastralTransformationData.TransDataCount Property
ArcGIS Developer Help

ICadastralTransformationData.TransDataCount Property

Retrieve the number of entries.

[Visual Basic .NET]
Public ReadOnly Property TransDataCount As Integer
[C#]
public int TransDataCount {get;}
[C++]
HRESULT get_TransDataCount(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long*

Product Availability

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

Errors Returned

E_INVALIDARG The input parameter was not a valid long* pointer.

Remarks

The number of feature class name & adjustment level pairs stored on this object.

[C++]

HRESULT get_TransDataCount(

long* ptransDataCount

);

See Also

ICadastralTransformationData Interface