public void InterpretAutomatically( Placement3D oTarget, string[] arrMacrosToSearchForBestMach, bool bShowBestMachDlg )
public: void InterpretAutomatically( Placement3D^ oTarget, array<String^>^ arrMacrosToSearchForBestMach, bool bShowBestMachDlg )
Parameters
| Parameter Name | Description |
|---|---|
| oTarget | 3D placement for which automatic interpretation willl be started. Cannot be null. |
| arrMacrosToSearchForBestMach | Array of paths to macros from which the best mathing one will be searched for. |
| bShowBestMachDlg | Show best match dialog if true. In other case method selects best match automatically. |