ArcFM Engine Developer Guide
SetItem Method (SelectedDatesCollection)


The object in the specified index is replaced with the provided item.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub SetItem( _
   ByVal index As Integer, _
   ByVal item As Date _
) 
'Usage
 
Dim instance As SelectedDatesCollection
Dim index As Integer
Dim item As Date
 
instance.SetItem(index, item)
protected override void SetItem( 
   int index,
   DateTime item
)

Parameters

index
item
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

SelectedDatesCollection Class
SelectedDatesCollection Members

 

 


Send Comment