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


IProjectedCoordinateSystem4GEN.PseudoStandardParallel1 Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.PseudoStandardParallel1 Property

The latitude on an oblique spheroid that defines the oblique cone for a Krovak projected coordinate system.

[Visual Basic .NET]
Public Property PseudoStandardParallel1 As Double
[C#]
public double PseudoStandardParallel1 {get; set;}
[C++]
HRESULT get_PseudoStandardParallel1(
  double* psp1
);
[C++]
HRESULT put_PseudoStandardParallel1(
  double psp1
);
[C++]

Parameters psp1 [out, retval] psp1 is a parameter of type double psp1 psp1 is a parameter of type double

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface