'Declaration
Public Shared Function ToDAPropertyIds( _ ByVal propertyId As DAPropertyId _ ) As DAPropertyIds
'Usage
Dim propertyId As DAPropertyId Dim value As DAPropertyIds value = DAPropertyId.ToDAPropertyIds(propertyId)
public static DAPropertyIds ToDAPropertyIds( DAPropertyId propertyId )
public: static DAPropertyIds ToDAPropertyIds( DAPropertyId^ propertyId )
Parameters
- propertyId
- DAPropertyId object to be converted.
Return Value
Returns an enumerated value converted from the input argument.