SapObject.SapModel.SelectObj.PropertyLinkFD
Function PropertyLinkFD(ByVal Name As String, Optional ByVal DeSelect As Boolean = False) As Long
Name
The name of an existing frequency dependent link 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 link objects to which the specified frequency dependent link property has been assigned.
The function returns zero if the selection is successfully completed, otherwise it returns nonzero.
Similar to PropertyFrame
'select by frequency dependent link
property
ret = SapModel.SelectObj.PropertyLinkFD("FD1")
Initial release in version 11.00.