Share

SettingsCmdMapCheck.SettingsCmdMapcheck.UseCommandLineInput Property

Specifies whether Mapcheck will accept commands from the command line interface. Selecting No causes Mapcheck to accept input only from the Mapcheck vista.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyBoolean UseCommandLineInput { get; }

VB

Public ReadOnly Property UseCommandLineInput As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ UseCommandLineInput {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?