ArcFM Solution Developer Guide
SelectedPaletteEventArgs Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal paletteName As System.String, _
   ByVal compatibleUnits As System.Collections.Generic.IEnumerable(Of String), _
   ByVal elem As System.Xml.XmlElement _
)
'Usage
 
Dim paletteName As System.String
Dim compatibleUnits As System.Collections.Generic.IEnumerable(Of String)
Dim elem As System.Xml.XmlElement
 
Dim instance As New SelectedPaletteEventArgs(paletteName, compatibleUnits, elem)
public SelectedPaletteEventArgs( 
   System.string paletteName,
   System.Collections.Generic.IEnumerable<string> compatibleUnits,
   System.Xml.XmlElement elem
)

Parameters

paletteName
compatibleUnits
elem
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SelectedPaletteEventArgs Class
SelectedPaletteEventArgs Members

 

 


Send Comment