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


IGeometricEffect.NextGeometry Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IGeometricEffect.NextGeometry Method

Accesses the next geometry generated by th effect.

[Visual Basic .NET]
Public Function NextGeometry ( _
) As IGeometry
[C#]
public IGeometry NextGeometry (
);
[C++]
HRESULT NextGeometry(
  IGeometry** Geometry
);
[C++]

Parameters Geometry [out, retval]
Geometry is a parameter of type IGeometry

Product Availability

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

See Also

IGeometricEffect Interface