'Declaration
Public Shared Function ToInt64( _ ByVal propertyId As DAPropertyId _ ) As Long
'Usage
Dim propertyId As DAPropertyId Dim value As Long value = DAPropertyId.ToInt64(propertyId)
public static long ToInt64( DAPropertyId propertyId )
public: static int64 ToInt64( DAPropertyId^ propertyId )
Parameters
- propertyId
- A DAPropertyId object to be converted.
Return Value
Returns a numerical Id converted from the input argument.