fBaseXtensions.Helpers.PluginObstacleTargeting.GetObjectsByWeight C# (CSharp) Method

GetObjectsByWeight() public method

public GetObjectsByWeight ( ) : List
return List
        public List<DiaObject> GetObjectsByWeight()
        {
            return listEmptyList;
        }
PluginObstacleTargeting