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