ArcFM Engine Developer Guide
GetOptionParts Method


Syntax
'Declaration
 
Protected Function GetOptionParts( _
   ByVal argument As String, _
   ByRef flag As String, _
   ByRef name As String, _
   ByRef sep As String, _
   ByRef value As String _
) As Boolean
'Usage
 
Dim instance As OptionSet
Dim argument As String
Dim flag As String
Dim name As String
Dim sep As String
Dim value As String
Dim value As Boolean
 
value = instance.GetOptionParts(argument, flag, name, sep, value)
protected bool GetOptionParts( 
   string argument,
   out string flag,
   out string name,
   out string sep,
   out string value
)

Parameters

argument
flag
name
sep
value
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