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


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

IGeometryEnvironment4.ExpandSubPixelParts Property

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

ExpandSubPixelParts is a parameter of type bool* ExpandSubPixelParts [in]
ExpandSubPixelParts is a parameter of type bool

Product Availability

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

See Also

IGeometryEnvironment4 Interface