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


IProjectedCoordinateSystem2.PseudoStandardParallel1 Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem2 Interface > IProjectedCoordinateSystem2.PseudoStandardParallel1 Property
ArcGIS Developer Help

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(
  System.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