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


IGeometryEnvironment4.ExpandSubPixelParts Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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(
  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

Product Availability

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

See Also

IGeometryEnvironment4 Interface