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