ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / IGraphicFactory Interface / GetGeometry Method
The graphic from which the geometry will be returned

In This Topic
    GetGeometry Method (IGraphicFactory)
    In This Topic
    Get the underlying geometry from the ArcGIS.Core.CIM.CIMGraphic
    Syntax
    Geometry GetGeometry( 
       CIMGraphic graphic
    )
    Function GetGeometry( _
       ByVal graphic As CIMGraphic _
    ) As Geometry

    Parameters

    graphic
    The graphic from which the geometry will be returned

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also