'Declaration
<CanBeNullAttribute()> Public Shared Function FromDAPropertyElement( _ ByVal propertyElement As DAPropertyElement _ ) As DAPropertyDescriptor
'Usage
Dim propertyElement As DAPropertyElement Dim value As DAPropertyDescriptor value = DAPropertyDescriptor.FromDAPropertyElement(propertyElement)
[CanBeNull()] public static DAPropertyDescriptor FromDAPropertyElement( DAPropertyElement propertyElement )
[CanBeNull()] public: static DAPropertyDescriptor^ FromDAPropertyElement( DAPropertyElement^ propertyElement )
Parameters
- propertyElement
- Contains OPC property element.
Return Value
Returns a DAPropertyDescriptor converted from the input argument.