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


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

ISRPersistStream.GetPrecisionSizeMax Method

Returns the number of bytes needed to store the false x, false y and xy units of this spatial reference.

[Visual Basic .NET]
Public Sub GetPrecisionSizeMax ( _
    ByRef byteCount As Integer _
)
[C#]
public void GetPrecisionSizeMax (
    ref int byteCount
);
[C++]
HRESULT GetPrecisionSizeMax(
  System.Int32* byteCount
);
[C++]
Parameters
byteCount [out]

byteCount is a parameter of type long*

Product Availability

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

See Also

ISRPersistStream Interface