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


ISRPersistStream.SavePrecision 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.SavePrecision Method
ArcGIS Developer Help

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