DerivedFrom property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the name of the template that this object was created from.
Class
IgObject
Syntax
[C#]
string DerivedFrom { get; };
[Visual C++]
HRESULT DerivedFrom(
[out, retval] BSTR* theParentTemplate
);
Parameters
theParentTemplate
The name of the object’s parent template.