ArcFM Solution Developer Guide
Item(Int32) Property


Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overloads Property Item( _
   ByVal index As System.Integer _
) As Option
'Usage
 
Dim instance As OptionSet
Dim index As System.Integer
Dim value As Option
 
instance.Item(index) = value
 
value = instance.Item(index)
[__DynamicallyInvokable()]
public Option Item( 
   System.int index
) {get; set;}

Parameters

index
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

OptionSet Class
OptionSet Members
Overload List

 

 


Send Comment