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.2.3892.0

Syntax

C#

public PropertyBoolean UseCommandLineInput { get; }

Visual Basic

Public ReadOnly Property UseCommandLineInput As PropertyBoolean
	Get

Visual C++

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

See Also