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


ISRPersistStream.LoadPrecision Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISRPersistStream Interface > ISRPersistStream.LoadPrecision Method
ArcGIS Developer Help

ISRPersistStream.LoadPrecision Method

Initializes this spatial reference's false x, false y and xy units from information in the specified stream.

[Visual Basic .NET]
Public Sub LoadPrecision ( _
    ByVal pStream As IStream _
)
[C#]
public void LoadPrecision (
    IStream pStream
);
[C++]
HRESULT LoadPrecision(
  IStream* pStream
);
[C++]
Parameters
pStream 

pStream is a parameter of type IStream*

Product Availability

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

See Also

ISRPersistStream Interface