'Declaration
<NotNullAttribute()> Public Shared Function FromDAPropertyIds( _ ByVal internalValue As DAPropertyIds _ ) As DAPropertyId
'Usage
Dim internalValue As DAPropertyIds Dim value As DAPropertyId value = DAPropertyId.FromDAPropertyIds(internalValue)
[NotNull()] public static DAPropertyId FromDAPropertyIds( DAPropertyIds internalValue )
[NotNull()] public: static DAPropertyId^ FromDAPropertyIds( DAPropertyIds internalValue )
Parameters
- internalValue
- Enumerated value to be converted.
Return Value
Returns a DAPropertyId converted from the input argument.