 | ObjectWithAMLAttributesRefTypeAttribute Property |
Gets a defined RefTypeAttribute from the
Attribute collection of the
CAEXBase.
If no such attribute exists,
null is returned.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic RefTypeAttributeType RefTypeAttribute { get; }
Public ReadOnly Property RefTypeAttribute As RefTypeAttributeType
Get
public:
property RefTypeAttributeType^ RefTypeAttribute {
RefTypeAttributeType^ get ();
}
Property Value
RefTypeAttributeType
See Also