This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISRPersistStream Interface > ISRPersistStream.SavePrecision Method (ArcObjects .NET 10.4 SDK) |
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