 | AttributeTypeAttributeTreeOwner Property |
Gets the owner of the Attribute Tree. This is the first ancestor, which is not an AttributeType object.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IObjectWithAttributes AttributeTreeOwner { get; }
Public ReadOnly Property AttributeTreeOwner As IObjectWithAttributes
Get
public:
property IObjectWithAttributes^ AttributeTreeOwner {
IObjectWithAttributes^ get ();
}
Property Value
IObjectWithAttributes
The TreeOwner
See Also