ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / ElementInfo Class / CreateElementInfo Method / CreateElementInfo(IEnumerable<CIMStringMap>) Method
Custom properties

In This Topic
    CreateElementInfo(IEnumerable<CIMStringMap>) Method
    In This Topic
    Create an ElementInfo with the specified custom properties
    Syntax
    public static ElementInfo CreateElementInfo( 
       IEnumerable<CIMStringMap> customProperties
    )
    Public Overloads Shared Function CreateElementInfo( _
       ByVal customProperties As IEnumerable(Of CIMStringMap) _
    ) As ElementInfo

    Parameters

    customProperties
    Custom properties

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also