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


ISRPersistStream.LoadPrecision Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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