'Declaration
<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal internalValue As DAPropertyIds _ ) As DAPropertyId
'Usage
[NotNull()] public DAPropertyId operator implicit( DAPropertyIds internalValue )
[NotNull()] public: operator DAPropertyId^ ( DAPropertyIds internalValue )
Parameters
- internalValue
- Enumerated value to be converted.
Return Value
Returns a DAPropertyId converted from the input argument.