Click or drag to resize

AttributeTypeTypeIsInherited Method

Determines, if this is an inherited attribute from a base class.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
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

Boolean
true,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