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


IESRISpatialReferenceGEN2.ESRISpatialReferenceSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IESRISpatialReferenceGEN2 Interface > IESRISpatialReferenceGEN2.ESRISpatialReferenceSize Property
ArcGIS Developer Help

IESRISpatialReferenceGEN2.ESRISpatialReferenceSize Property

The number of bytes required to hold the persistant representation of this spatial reference component.

[Visual Basic .NET]
Public ReadOnly Property ESRISpatialReferenceSize As Integer
[C#]
public int ESRISpatialReferenceSize {get;}
[C++]
HRESULT get_ESRISpatialReferenceSize(
  System.Int32* cBytes
);
[C++]
Parameters
cBytes [out, retval]

cBytes is a parameter of type long*

Product Availability

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

See Also

IESRISpatialReferenceGEN2 Interface