ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / ElementInfo Class / CreateElementInfo Method / CreateElementInfo(Anchor,Nullable<Double>,Double) Method
Placement
Rotation
Corner rounding

In This Topic
    CreateElementInfo(Anchor,Nullable<Double>,Double) Method
    In This Topic
    Create an ElementInfo with the specified settings
    Syntax
    public static ElementInfo CreateElementInfo( 
       Anchor anchor,
       Nullable<double> rotation,
       double cornerRounding
    )
    Public Overloads Shared Function CreateElementInfo( _
       ByVal anchor As Anchor, _
       ByVal rotation As Nullable(Of Double), _
       ByVal cornerRounding As Double _
    ) As ElementInfo

    Parameters

    anchor
    Placement
    rotation
    Rotation
    cornerRounding
    Corner rounding

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also