ArcFM Desktop Developer Guide
Item(String) Property


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Fetches an OptionSet from the CommandManager's list via its unique string key.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal key As String _
) As OptionSet
'Usage
 
Dim instance As OptionSetCollection
Dim key As String
Dim value As OptionSet
 
value = instance.Item(key)
public OptionSet Item( 
   string key
) {get;}

Parameters

key
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

OptionSetCollection Class
OptionSetCollection Members
Overload List

 

 


Send Comment