ConfigurableAttributes property
- Last UpdatedJul 23, 2024
- 1 minute read
The collection of this object’s attributes that can be configured. Configuring attributes requires that the object be checked out.
Class
IgObject
Syntax
[C#]
IAttributes ConfigurableAttributes { get; };
[Visual C++]
HRESULT ConfigurableAttributes(
[out, retval] IAttributes** theConfigurableAttributes
);
Parameters
theConfigurableAttributes
The collection of attributes that can be configured.