ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.IsHorizonEdgeDuplicated Method

Returns true if some edges of PCS horizon project inversely to identical lines.

[Visual Basic .NET]
Public Function IsHorizonEdgeDuplicated ( _
) As Boolean
[C#]
public bool IsHorizonEdgeDuplicated (
);
[C++]
HRESULT IsHorizonEdgeDuplicated(
  VARIANT_BOOL* isEdgeDuplicated
);
[C++]

Parameters

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

Product Availability

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

Remarks

The PCS horizon is the valid area of a projected coordinate system, in the units of the PCS.

See Also

IProjectedCoordinateSystem4GEN Interface