GetDefaultOption method
- Last UpdatedMar 10, 2026
- 1 minute read
Returns the default value for the specified option.
Class
IgObject
Syntax
[C#]
bool GetDefaultOption(
string option
);
[Visual C++]
HRESULT GetDefaultOption(
[in] BSTR option,
[out, retval] VARIANT_BOOL* bValue
);
Parameters
option
Name of the object wizard option
bValue
Default Boolean value of the option