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


ISRPersistStream.SavePrecision Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

ISRPersistStream.SavePrecision Method

Saves this spatial reference's false x, false y and xy units to the specified stream.

[Visual Basic .NET]
Public Sub SavePrecision ( _
    ByVal pStream As IStream, _
    ByVal fClearDirty As Integer _
)
[C#]
public void SavePrecision (
    IStream pStream,
    int fClearDirty
);
[C++]
HRESULT SavePrecision(
  IStream* pStream,
  long fClearDirty
);
[C++]

Parameters pStream
pStream is a parameter of type IStream fClearDirty fClearDirty is a parameter of type long

Product Availability

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

See Also

ISRPersistStream Interface