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


IProjectedCoordinateSystem5.IsCentralLongitudeVertical Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem5.IsCentralLongitudeVertical Method

Returns true if central meridian is a straight vertical line.

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

Parameters pbIsVertical [out, retval] pbIsVertical is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IProjectedCoordinateSystem5 Interface