This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryEnvironment4 Interface > IGeometryEnvironment4.ExpandSubPixelParts Property (ArcObjects .NET 10.5 SDK) |
Selects export to WIN32 shape mode. True means export without loss of sub-pixel parts, False means eliminating parts that degenerate into single pixel. False by default.
[Visual Basic .NET] Public Property ExpandSubPixelParts As Boolean
[C#] public bool ExpandSubPixelParts {get; set;}
[C++]
HRESULT get_ExpandSubPixelParts(
VARIANT_BOOL* ExpandSubPixelParts
);
[C++]
HRESULT put_ExpandSubPixelParts(
VARIANT_BOOL ExpandSubPixelParts
);
[C++]
Parameters ExpandSubPixelParts [out, retval] ExpandSubPixelParts is a parameter of type VARIANT_BOOL ExpandSubPixelParts [in] ExpandSubPixelParts is a parameter of type VARIANT_BOOL