'Declaration
<CanBeNullAttribute()> Public Operator Widening CType( _ ByVal attributeElement As AEAttributeElement _ ) As String
'Usage
[CanBeNull()] public string operator implicit( AEAttributeElement attributeElement )
[CanBeNull()] public: operator String^ ( AEAttributeElement^ attributeElement )
Parameters
- attributeElement
- The object to be expressed as a string.
Return Value
Returns the main characteristics of the object expressed as a string.