ArcFM Engine Developer Guide
GetOptionForName Method


Syntax
'Declaration
 
<ObsoleteAttribute("Use KeyedCollection.this[string]")>
Protected Function GetOptionForName( _
   ByVal option As String _
) As Option
'Usage
 
Dim instance As OptionSet
Dim option As String
Dim value As Option
 
value = instance.GetOptionForName(option)
[Obsolete("Use KeyedCollection.this[string]")]
protected Option GetOptionForName( 
   string option
)

Parameters

option
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

 

 


Send Comment