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


ISchematicAlgoPartialOverlappingLinks.GeneralizeResult Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAlgoPartialOverlappingLinks.GeneralizeResult Property

Indicates if resulting geometries are generalized.

[Visual Basic .NET]
Public Property GeneralizeResult As Boolean
[C#]
public bool GeneralizeResult {get; set;}
[C++]
HRESULT get_GeneralizeResult(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_GeneralizeResult(
  VARIANT_BOOL pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type VARIANT_BOOL pVal [in] pVal is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAlgoPartialOverlappingLinks Interface