Solid Edge Framework Type Library
GetFilePropertiesFromServer Method
Specifies the number of files to query.
Specifies the URL locations of files to query.
Specifies the number of properties to query.
Specifies the properties to query.
Specifies the number of property values.
Specifies the property values.
Description
This method retrieves the specified properties for the specified files from the server.
Syntax
Visual Basic
Public Sub GetFilePropertiesFromServer( _
   ByVal NumberOfFilesToBeQueriedForProperties As Long, _
   ByVal FileUrlsList As Variant, _
   ByVal NumberOfPropertiesTobeQueried As Long, _
   ByVal PropertyUrisList As Variant, _
   ByRef numberOfPropertiesValues As Long, _
   ByRef PropertyValueList As Variant _
) 
Parameters
NumberOfFilesToBeQueriedForProperties
Specifies the number of files to query.
FileUrlsList
Specifies the URL locations of files to query.
NumberOfPropertiesTobeQueried
Specifies the number of properties to query.
PropertyUrisList
Specifies the properties to query.
numberOfPropertiesValues
Specifies the number of property values.
PropertyValueList
Specifies the property values.
See Also

Insight Object  | Insight Members