ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing Namespace / AttachmentProperties Class / AttachmentProperties Constructor / AttachmentProperties Constructor(String,String,String,String,String,ExifData)

In This Topic
    AttachmentProperties Constructor(String,String,String,String,String,ExifData)
    In This Topic
    Constructs attachment properties, initializing the properties with their corresponding parameters.
    Syntax
    Public Function New( _
       ByVal title As String, _
       ByVal altText As String, _
       ByVal caption As String, _
       ByVal credit As String, _
       ByVal tags As String, _
       ByVal exifData As ExifData _
    )

    Parameters

    title
    altText
    caption
    credit
    tags
    exifData
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also