ArcObjects Library Reference (Geometry)  

IGeometryBag.LosslessExport Property

Indicates if this geometry bag exported itself to a shapefile buffer with no loss of information. Currently always returns false.

[Visual Basic .NET]
Public ReadOnly Property LosslessExport As Boolean
[C#]
public bool LosslessExport {get;}
[C++]
HRESULT get_LosslessExport(
  VARIANT_BOOL* nothingLost
);
[C++]

Parameters

nothingLost [out, retval]   nothingLost is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

currently not implemented; always returns FALSE.

See Also

IGeometryBag Interface