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


IPRJSpatialReferenceGEN.PRJSpatialReferenceSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IPRJSpatialReferenceGEN.PRJSpatialReferenceSize Property

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

[Visual Basic .NET]
Public ReadOnly Property PRJSpatialReferenceSize As Integer
[C#]
public int PRJSpatialReferenceSize {get;}
[C++]
HRESULT get_PRJSpatialReferenceSize(
  long* 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

IPRJSpatialReferenceGEN Interface