ArcObjects Library Reference (Geometry)  

IWkb.WkbSize Property

The number of bytes required to hold the exported version of this object.

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

IWkb Interface