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


ISegmentGraph.Load Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentGraph Interface > ISegmentGraph.Load Method
ArcGIS Developer Help

ISegmentGraph.Load Method

Defines a SegmentGraph from an enumeration of polylines or polygons.

[Visual Basic .NET]
Public Sub Load ( _
    ByVal geometries As IEnumGeometry, _
    ByVal generateFaces As Boolean, _
    ByVal takeOwnership As Boolean _
)
[C#]
public void Load (
    IEnumGeometry geometries,
    bool generateFaces,
    bool takeOwnership
);
[C++]
HRESULT Load(
  IEnumGeometry* geometries,
  VARIANT_BOOL generateFaces,
  VARIANT_BOOL takeOwnership
);
[C++]
Parameters
geometries 

geometries is a parameter of type IEnumGeometry* generateFaces
generateFaces is a parameter of type bool takeOwnership
takeOwnership is a parameter of type bool

Product Availability

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

See Also

ISegmentGraph Interface