ArcObjects Library Reference  (NetworkAnalysis)    

IFlagDisplay.Geometry Property

Point object containing the flag's coordinates.

[Visual Basic 6.0]
Property Geometry As IGeometry
[Visual Basic .NET]
Public Property Geometry As IGeometry
[C#]
public IGeometry Geometry {get; set;}
[Java]
public IGeometry getGeometry()
throws
    IOException,
    AutomationException
[Java]
public void setGeometryByRef(
IGeometry pGeometry
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Geometry(
  IGeometry** Geometry
);
[C++]
HRESULT putref_Geometry(
  IGeometry* Geometry

);

[C++]

Parameters

Geometry [out, retval]

  Geometry is a parameter of type IGeometry

Geometry [in]

  Geometry is a parameter of type IGeometry

Product Availability

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

Remarks

This property is primarily used for displaying the flag in ArcMap.

It is also used by the Utility Network Analysis extension for relocating the flag on the geometric network after edits have been made to the geodatabase.

See Also

IFlagDisplay Interface

 


Feedback Send feedback on this page