ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  long* 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++]

See Also

ICadastralTransformationData Interface