ArcFM Desktop Developer Guide
ArgumentAttribute Class
Members 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Product Availability
ArcFM Desktop and ArcFM Engine
Required Licenses
ArcFM, Designer, ArcFM Viewer, ArcFM Engine, ArcFM Engine Editor, or ArcFM Viewer for ArcGIS Engine
.NET Assembly
Miner.System.dll
Allows control of command line parsing. Attach this attribute to instance fields of types used as the destination of command line argument parsing.
Object Model
ArgumentAttribute Class
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Field, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class ArgumentAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As ArgumentAttribute
[AttributeUsage(ValidOn=AttributeTargets.Field, 
   AllowMultiple=false, 
   Inherited=true)]
public class ArgumentAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.CommandLine.ArgumentAttribute
         Miner.CommandLine.DefaultArgumentAttribute

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

ArgumentAttribute Members
Miner.CommandLine Namespace

 

 


Send Comment