Copies values of properties from the specified command to the corresponding properties
              of this command.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public virtual void CopyFrom( NavigationCommand command ) | 
| Visual Basic (Declaration) | 
|---|
| Public Overridable Sub CopyFrom ( _ command As NavigationCommand _ ) | 
| Visual C++ | 
|---|
| public: virtual void CopyFrom( NavigationCommand^ command ) | 
Parameters
- command
- Type: Endeca.Data..::.NavigationCommand
 Command from which values will be copied.
 Remarks
Remarks
              This method initializes the command with values from command. 
            
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| System..::.ArgumentNullException | if command is null. | 





