SapObject.SapModel.SelectObj.PropertySolid
Function PropertySolid(ByVal Name As String, Optional ByVal DeSelect As Boolean = False) As Long
Name
The name of an existing solid property.
DeSelect
The item is False if objects are to be selected and True if they are to be deselected.
This function selects or deselects all solid objects to which the specified property has been assigned.
The function returns zero if the selection is successfully completed, otherwise it returns nonzero.
Similar to PropertyFrame
'select by solid property
ret = SapModel.SelectObj.PropertySolid("SOLID1")
Initial release in version 11.00.