ArcFM Engine Developer Guide
SetItem Method (CalendarBlackoutDatesCollection)


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 CalendarDateRange _
) 
'Usage
 
Dim instance As CalendarBlackoutDatesCollection
Dim index As Integer
Dim item As CalendarDateRange
 
instance.SetItem(index, item)
protected override void SetItem( 
   int index,
   CalendarDateRange 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

CalendarBlackoutDatesCollection Class
CalendarBlackoutDatesCollection Members

 

 


Send Comment