Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
hardplace_value_option<class TValue> Template
Syntax
C++
template <class TValue> class hardplace_value_option : public base_option<TValue>;

Hard placed option. Should go on the defined place. 

Example how to use: OdDAI::utils::argv_parser commandLineParser("some.exe"); OdString szTargetFileName; commandLineParser.add_param(std::make_shared>(szTargetFileName, "File name", "target filename")); 

Example in args: some.exe "f:/path_to_some_file.txt" - [szTargetFileName == "f:/path_to_some_file.txt"]

OdDAI__utils__hardplace_value_option@classTValue

File: daiSimpleProgramOptions.h 

Namespace: OdDAI::utils 

Copyright © 2002-2022. Open Design Alliance All rights reserved.