This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryBag Interface > IGeometryBag.LosslessExport Property (ArcObjects .NET 10.4 SDK) |
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
currently not implemented; always returns FALSE.