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


IGeoTransformationOperationSet2.HVCount Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IGeoTransformationOperationSet2.HVCount Property

The number of HV transformations in the set.

[Visual Basic .NET]
Public ReadOnly Property HVCount As Integer
[C#]
public int HVCount {get;}
[C++]
HRESULT get_HVCount(
  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.

See Also

IGeoTransformationOperationSet2 Interface