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


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

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(
  long* 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