Solid Edge Part Type Library
QueryByProperty Method
Description
Returns a SEGenericCollection object that consists of AttachedProperty objects that match all of the query inputs.
Syntax
Visual Basic
Public Function QueryByProperty( _
   ByVal QueryType As PropertyTableConstants, _
   Optional ByVal TableName As Variant, _
   Optional ByVal NumProps As Variant, _
   Optional ByVal PropName As Variant, _
   Optional ByVal PropType As Variant, _
   Optional ByVal PropVal As Variant _
) As Object
Parameters
QueryType
ValueDescription
seCustomPropertyQueryAllPropertiesProperty Table - Query All Properties
seCustomPropertyQueryByNameAndValueProperty Table - Query By Name and Value
seCustomPropertyQueryByTableProperty Table - Query By Table
TableName
NumProps
PropName
PropType
PropVal
See Also

SimplifiedAssemblyModel Object  | SimplifiedAssemblyModel Members