ContainedName property
- Last UpdatedJul 23, 2024
- 1 minute read
Sets or returns the contained name of this object (for example, Inlet).
Class
IgObject
Syntax
[C#]
string ContainedName { set; get; };
[Visual C++]
[propget]
HRESULT ContainedName(
[out, retval] BSTR* theContainedName
);
[propput]
HRESULT ContainedName(
[in] BSTR newContainedName
);
Parameters
theContainedName
The current contained name of this object.
newContainedName
The new contained name of this object.