ArcFM Solution Developer Guide
GetOptionParts Method


Syntax
'Declaration
 
Protected Function GetOptionParts( _
   ByVal argument As System.String, _
   ByRef flag As System.String, _
   ByRef name As System.String, _
   ByRef sep As System.String, _
   ByRef value As System.String _
) As System.Boolean
'Usage
 
Dim instance As OptionSet
Dim argument As System.String
Dim flag As System.String
Dim name As System.String
Dim sep As System.String
Dim value As System.String
Dim value As System.Boolean
 
value = instance.GetOptionParts(argument, flag, name, sep, value)
protected System.bool GetOptionParts( 
   System.string argument,
   out System.string flag,
   out System.string name,
   out System.string sep,
   out System.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