ArcGIS Pro 2.7 API Reference Guide
CanConvertToGraphics(Element) Method

ArcGIS.Desktop.Layouts Namespace > Element Class : CanConvertToGraphics(Element) Method
The element to check
Gets whether the given element can be converted to graphics
Syntax
public static bool CanConvertToGraphics( 
   Element element
)
Public Shared Function CanConvertToGraphics( _
   ByVal element As Element _
) As Boolean

Parameters

element
The element to check

Return Value

True if the element can be converted otherwise false
Remarks
Refer to ConvertToGraphics
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Element Class
Element Members