ArcGIS Pro 3.7 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
    Function GetGeometry( _
       ByVal graphic As CIMGraphic _
    ) As Geometry
    Geometry GetGeometry( 
       CIMGraphic graphic
    )

    Parameters

    graphic
    The graphic from which the geometry will be returned

    Return Value

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also