ArcFM Engine Developer Guide
DefaultArgumentAttribute Class
Members 


Product Availability
Required Licenses
.NET Assembly
Indicates that this argument is the default argument. '/' or '-' prefix only the argument value is specified.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Field, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class DefaultArgumentAttribute 
   Inherits ArgumentAttribute
'Usage
 
Dim instance As DefaultArgumentAttribute
[AttributeUsage(ValidOn=AttributeTargets.Field, 
   AllowMultiple=false, 
   Inherited=true)]
public class DefaultArgumentAttribute : ArgumentAttribute 
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

DefaultArgumentAttribute Members
Miner.CommandLine Namespace

 

 


Send Comment