 | AttributeTypeTypeIsInherited Method |
Determines, if this is an inherited attribute from a base class.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsInherited(
IObjectWithAttributes owner
)
Public Function IsInherited (
owner As IObjectWithAttributes
) As Boolean
public:
bool IsInherited(
IObjectWithAttributes^ owner
)
Parameters
- owner IObjectWithAttributes
[Missing <param name="owner"/> documentation for "M:Aml.Engine.CAEX.AttributeTypeType.IsInherited(Aml.Engine.CAEX.IObjectWithAttributes)"]
Field Value
Booleantrue,if the attribute is inherited;
false otherwise.
Return Value
Boolean[Missing <returns> documentation for "M:Aml.Engine.CAEX.AttributeTypeType.IsInherited(Aml.Engine.CAEX.IObjectWithAttributes)"]
See Also