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


IGeometryBag.LosslessExport Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryBag Interface > IGeometryBag.LosslessExport Property
ArcGIS Developer Help

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(
  Boolean* nothingLost
);
[C++]
Parameters
nothingLost [out, retval]

nothingLost is a parameter of type bool*

Product Availability

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

Remarks

currently not implemented; always returns FALSE.

See Also

IGeometryBag Interface