ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem2.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

IProjectedCoordinateSystem2 Interface