BasedOn property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the name of the base template (root ancestor) of this object.
Class
IgObject
Syntax
[C#]
string basedOn { get; };
[Visual C++]
HRESULT BasedOn(
[out, retval] BSTR* theBaseTemplate
);
Parameters
theBaseTemplate
The name of the object’s base template.