ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IElement Interface / SetRotation Method
Double

In This Topic
    SetRotation Method (IElement)
    In This Topic
    Sets the rotation value for the element. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Sub SetRotation( _
       ByVal rotation As Double _
    ) 
    void SetRotation( 
       double rotation
    )

    Parameters

    rotation
    Double
    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run.
    This element requires its mapview to be active
    Remarks
    Positive values rotate the element counter-clockwise, negative values rotate the element clockwise.
    Placement for an element contained in graphics layer requires the mapview be active.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also